c9459b19ba
Remove cookies, replace debug with debug-ms
2019-10-08 18:44:33 +00:00
2ef7846b5f
Remove accepts, cache-content-type and content-type.
...
Replace content-disposition with one that doesn’t use safe-buffer
2019-09-29 19:17:14 +00:00
Jake
5afff89eca
feat: accept options in the Application constructor ( #1372 )
2019-08-19 10:44:09 +08:00
Gunnlaugur Thor Briem
3b23865340
docs: parameter of request.get is case-insensitive ( #1373 )
2019-08-19 10:43:35 +08:00
Jeff
a245d18a13
docs: Update response.socket ( #1357 )
...
* docs: Include `dead-horse`'s comment
https://github.com/koajs/koa/pull/1355#discussion_r302404837
* Update docs/api/response.md
Polish English
Co-Authored-By: Martin Iwanowski <martin@iwanowski.se>
2019-08-16 01:31:15 +08:00
Peng Jie
219bf22237
docs(context): update link ( #1354 )
...
* docs(context): update link
* docs(response): add code highlight
2019-07-30 14:06:19 +08:00
Jeff
ff70bdc75a
fix: typo on document ( #1355 )
2019-07-11 15:44:52 +08:00
Peng Jie
b9e35469d3
docs(api): fix keygrip link ( #1350 )
2019-06-28 12:55:19 +08:00
Peng Jie
62f29eb0c4
docs(context): update cookies link ( #1348 )
2019-06-26 11:07:09 +08:00
Igor Adamenko
b7fc526ea4
docs: fix typo in cookie path default value docs ( #1340 )
2019-06-10 14:49:53 +08:00
Dobes Vandermeer
132c9ee63f
docs: Clarify the format of request.headers ( #1325 )
2019-06-03 15:58:02 +08:00
Francisco Ryan Tolmasky I
b25e79dfb5
Mark two examples as live for the corresponding documentation change in https://github.com/koajs/koajs.com/pull/38 . ( #1031 )
...
Reviewed by @tolmasky.
2019-01-06 01:51:55 -06:00
Douglas Wade
48993ade9b
docs: Document other body types ( #1285 )
2018-12-12 12:33:36 +08:00
Douglas Wade
a007198fa2
docs: Document ctx.app.emit ( #1284 )
2018-12-07 15:28:23 +08:00
Douglas Wade
f90e825da9
docs: response.set(fields) won't overwrites previous header fields( #1282 )
2018-12-07 15:24:51 +08:00
Waleed Ashraf
88b92b4315
doc: updated docs for throw() to pass status as first param. ( #1268 )
2018-11-01 19:17:16 +08:00
小雷
9146024e10
feat: response.attachment append a parameter: options from contentDisposition ( #1240 )
2018-10-08 22:43:11 +08:00
Asiel Leal
cde0bb10e9
docs: fix grammar
2018-07-01 01:30:22 +08:00
Jason Macgowan
4d42500e76
docs: better demonstrate middleware flow ( #1195 )
2018-06-06 14:52:20 +08:00
Paul Anderson
a64e4ae982
docs: small grammatical fix in api docs index ( #1111 )
2018-01-30 21:05:49 -08:00
Tomas Ruud
e5db6a9833
docs: fixed typo ( #1112 )
2018-01-30 21:05:19 -08:00
Mengdi Gao
c2615ecc5c
docs: capitalize K in word koa ( #1126 )
2018-01-30 21:05:00 -08:00
Taehwan, No
1e81ea3691
docs: update babel setup ( #1077 )
2017-10-18 03:22:26 -05:00
Todor Stoychev
09f1b7bb1f
docs: fix typo ( #1058 )
2017-09-13 12:58:43 -05:00
Saad Quadri
40a6dd2c80
docs: improve consistency in api code examples ( #1029 )
2017-07-20 18:01:03 -07:00
Hartley Melamed
0c44c11ce3
Updates documentation to include reference for RFC2324 (HTTP Status 418) ( #1028 )
2017-07-19 11:04:59 -07:00
haoxin
9f2182dec7
docs: fix typo ( #1023 )
2017-07-13 10:52:07 -07:00
Chiahao Lin
87cde82399
docs: modified examples using the wrong keyword (yield -> await) ( #1021 )
2017-07-07 00:48:31 -07:00
Martin Iwanowski
327b65cb6b
Use node 7+ WHATWG parser for hostname, fixes #1002 ( #1004 )
...
* Use node 7+ WHATWG parser for hostname, fixes #1002
* only use URL if host is IPv6, expose parsed URL
* catch invalid URLs, memoize empty obj
* hostname returns empty string when URL throws
2017-06-20 09:57:30 -07:00
Martin fl0w Iwanowski
012587889d
added setters for header and headers, fixes #991
2017-06-20 09:57:07 -07:00
Kareem Kwong
0a7856ca15
docs: Add note about overwriting charset in response.type ( #993 )
2017-06-12 11:37:16 -07:00
Equim
08eb1a20c3
docs: apply Date.now()
to all docs ( #988 )
2017-05-21 23:33:25 +08:00
Shaun Warman
302814e7a3
docs: Fix minor nitpick in documentation ( #987 )
2017-05-21 13:40:08 +08:00
Francisco Presencia
3bbb74b3ee
docs: added note about arrays ( #964 )
...
Added note about arrays being returned as JSON.
2017-04-23 16:17:48 -07:00
Remek Ambroziak
7f3d0765d7
docs: fix documentation to match new http-errors API ( #957 ) ( #967 )
2017-04-21 21:49:06 +08:00
George Chung
cd5d6a1c37
docs: reorganize "response.status=" section ( #966 )
...
Reference: https://github.com/jshttp/statuses/blob/v1.2.0/src/iana.json
Since koa@2.2.0 depends statuses@1.2.0
2017-04-21 15:50:39 +08:00
Ilkka Oksanen
0c28d1f57b
Fix async/await babel recommendation
2017-02-26 12:23:42 -06:00
Stéphane Bisinger
909b829ac6
Fix typo
2017-02-26 12:23:11 -06:00
jongleberry
d4b32234ea
docs++
2017-02-25 00:30:11 -06:00
Amit Portnoy
00156dfec6
remove unused app.name ( #899 )
2017-02-18 14:01:58 -08:00
Lee Bousfield
152b6d73b7
Fix response.status default value documentation ( #889 )
...
Resolves #888 , also see #705
2017-02-18 13:57:45 -08:00
iamchenxin
fabf5864c6
Amend typo, request.is() return null|fasle|string. ( #864 )
...
Modifying the test for `null` from `==` to `===` to make sure it must be `null`.
2016-12-01 18:16:02 +08:00
Malcolm
e3ccdac621
Clarify behavior of ctx.throw in docs ( #856 )
2016-11-25 11:51:02 +08:00
Ivan Lyons
614b4e1ad7
yield
=> await
(#798 )
2016-08-21 21:21:09 -07:00
Yu Qi
b16d24ecb8
add maxAge and overwrite options to ctx.cookies.set(name, value, [options]). ( #742 )
2016-05-26 13:31:11 +08:00
jongleberry
e61d54565b
docs: add more docs about app.context
...
references:
- https://github.com/koajs/koa/issues/652
2016-05-14 08:36:50 -07:00
PlasmaPower
9c6969755f
Correct ctx.assert documentation parameter order
2016-03-26 21:26:09 -06:00
PlasmaPower
efcdd3b93e
Docs: v2 error handling is environment independent
2016-03-22 12:22:43 -06:00
jongleberry
2b094eb895
docs: update history and docs for v2
2016-03-22 11:03:19 -07:00
Robin Pokorný
340dd4f1a3
Lint JavaScript in Markdown
2016-03-16 16:50:10 +01:00