19 Commits (8000c5cfac070e67fc1031efb74bc64530f5c7cd)

Author SHA1 Message Date
Luke Childs 8000c5cfac Parse application/x-www-form-urlencoded as URL-encoded form and expose as req.body 7 years ago
Luke Childs 129bd8c1a8 Parse text/plain as string and expose as req.body 7 years ago
Luke Childs 36adefcea8 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 b21c3a007e Export port and SSL port 8 years ago
Luke Childs 28ca6f35aa Disable etag headers. 8 years ago
Luke Childs d7d5e36c3a Update create-cert to v1.0.2 8 years ago
Luke Childs d7903ed220 Remove get-port, listen() will use a random port by default 8 years ago
Luke Childs a2d959d5ee Don't use getters 8 years ago
Luke Childs 0d717181f4 Use new ports when closed and re-listening 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 35fda8280d Use https.createServer compatible keys in create-cert@0.3.1 8 years ago
Luke Childs 3b6afdfab8 Pass opts.certificate through to createCert() 8 years ago
Luke Childs 9a3c206d11 Listen for HTTP and HTTPS traffic 8 years ago
Luke Childs 71e2403aad Add server functionality 8 years ago
Luke Childs a5595c36a6 Initial commit 8 years ago