1
0
Fork 0

Expand Response stub

This commit is contained in:
Alan Plum 2016-05-31 12:54:26 +02:00
parent ae5fa1f61b
commit 5f2739c74b
No known key found for this signature in database
GPG Key ID: 8ED72A9A323B6EFD
1 changed files with 82 additions and 0 deletions

View File

@ -1,3 +1,85 @@
!CHAPTER Response objects
TODO
The response object specifies the following properties:
* **body**: `Buffer | string`
TODO
* **context**: `Context`
TODO
* **headers**: `object`
TODO
* **statusCode**: `number`
TODO
!SECTION getHeader
TODO
!SECTION removeHeader
TODO
!SECTION setHeader
TODO
!SECTION write
TODO
!SECTION attachment
TODO
!SECTION download
TODO
!SECTION json
TODO
!SECTION redirect
TODO
!SECTION sendFile
TODO
!SECTION sendStatus
TODO
!SECTION set
TODO
!SECTION status
TODO
!SECTION vary
TODO
!SECTION cookie
TODO
!SECTION throw
TODO
!SECTION send
TODO