26 Commits (parse-body)

Author SHA1 Message Date
Luke Childs f942bf5c9d Parse application/octet-stream as Buffer and expose as req.body 7 years ago
Luke Childs cd040047ee Parse application/x-www-form-urlencoded as URL-encoded form and expose as req.body 7 years ago
Luke Childs 24aaa3218c Parse text/plain as string and expose as req.body 7 years ago
Luke Childs 79b213673a Parse application/json as JSON and expose as req.body 7 years ago
Kevin Mårtensson 23319da689 Accept multiple middlewares in `app.get` (#16) 7 years ago
Kevin Mårtensson 5788767aa7 Support returning body without wrapping it in a function (#15) 7 years ago
Kevin Mårtensson 03dcb004a6 Enable returning body directly (#14) 7 years ago
Luke Childs ab991825e7 Update tests to check new port exports 8 years ago
Luke Childs fb344d2ed9 Remove nonexistent Got option 8 years ago
Luke Childs 93889dd451 Test server uses a new port on each listen 8 years ago
Luke Childs c3ddd1d3cb Remove port tests 8 years ago
Luke Childs 02ee199a71 Test port properties are added 8 years ago
Luke Childs 29450b3ae7 Fix stop/restart test to work with new functionality 8 years ago
Luke Childs b2a51ea2f1 Dont expose port, sslPort and host on app 8 years ago
Luke Childs 6845e14ce0 Don't expose all certs, just the CA cert 8 years ago
Luke Childs ecee111bce Cleanup tests 8 years ago
Luke Childs 35fda8280d Use https.createServer compatible keys in create-cert@0.3.1 8 years ago
Luke Childs 43724a0c28 Oops 8 years ago
Luke Childs a2e8d2728c Test opts.certificate is passed through to createCert() 8 years ago
Luke Childs 816e452084 Test server listens for SSL traffic 8 years ago
Luke Childs d9c842dca6 Test new SSL props 8 years ago
Luke Childs 5bf3caca62 Test server can be stopped and restarted 8 years ago
Luke Childs ee13d7e080 Test express endpoint 8 years ago
Luke Childs bdb5b6c623 Test server instance exposes useful properties 8 years ago
Luke Childs a8e4ae4b55 Test createTestServer returns a Promise 8 years ago
Luke Childs a5595c36a6 Initial commit 8 years ago