dd35564df4
Remove statuses and replace http-errors with http-errors-lite
2019-10-11 16:40:06 +00:00
28fee01c3f
Remove delegates, dead, is-generator-function, kia-convert and only
2019-10-09 00:32:09 +00:00
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
fengmk2
54e8fab3e3
fix: encode redirect url if not already encoded ( #1384 )
...
Same bug from express 76eaa326ee
2019-09-28 12:49:57 +08:00
dead-horse
287e589ac7
fix: make options more compatibility
2019-08-19 11:54:41 +08:00
Jake
5afff89eca
feat: accept options in the Application constructor ( #1372 )
2019-08-19 10:44:09 +08:00
dead-horse
d4bdb5ed9e
chore: update eslint and fix lint errors
2019-06-26 11:15:22 +08:00
kzhang
23f7f545ab
chore: simplify variable ( #1332 )
2019-06-03 16:04:01 +08:00
Vern Brandl
75233d974a
chore: Consider removing this return statement; it will be ignored. ( #1322 )
2019-04-17 11:33:36 +08:00
Martin Iwanowski
b7bfa7113b
feat: change set status assert, allowing valid custom statuses ( #1308 )
2019-01-28 16:50:27 +08:00
call me saisai
b15115b2cb
chore: Reduce unnecessary variable declarations ( #1298 )
2019-01-15 00:34:12 +08:00
Mikhail Bodrov
d9ef60398e
chore: Optimize array split ( #1295 )
2019-01-03 20:48:31 +08:00
jeremiG
9be8583125
chore: replace ~~ with Math.trunc in res.length (option) ( #1288 )
2018-12-27 16:22:35 +08:00
Jordan
5560f72912
chore: use the ability of content-type
lib directly ( #1276 )
2018-12-07 15:22:12 +08:00
André Cruz
99051992a9
fix: Status message is not supported on HTTP/2 ( #1264 )
2018-11-10 01:41:21 +08:00
Martin Iwanowski
71aaa29591
docs: fix spelling in throw docs ( #1269 )
2018-11-05 17:16:27 +08:00
Jordan
bc81ca9414
chore: use res instead of this.res ( #1271 )
2018-11-05 17:15:58 +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
fengmk2
4964242834
fix: use X-Forwarded-Host first on app.proxy present ( #1263 )
2018-10-23 15:20:09 +08:00
Martin Michaelis
9c5c58b183
feat: use :authority header of http2 requests as host ( #1262 )
...
close #1174
2018-10-23 13:21:20 +08:00
小雷
9146024e10
feat: response.attachment append a parameter: options from contentDisposition ( #1240 )
2018-10-08 22:43:11 +08:00
Yiyu He
0b930665a8
perf: avoid stringify when set header ( #1220 )
2018-07-12 14:10:12 +08:00
Yiyu He
c6b8782553
perf: cache content type's result ( #1218 )
2018-07-11 17:49:25 +08:00
Yiyu He
162a5b3e78
perf: lazy init cookies and ip when first time use it ( #1216 )
2018-07-11 11:18:39 +08:00
小菜
74170caf0b
chore: fix comment & approve cov ( #1214 )
2018-07-04 11:33:01 +08:00
小菜
2cdbc52e38
test&cov: add test case ( #1211 )
2018-07-01 01:29:19 +08:00
initial-wu
02feadc4db
Lazily initialize request.accept
and delegate context.accept
( #1209 )
2018-06-25 16:13:20 +08:00
Ruben Bridgewater
8f047ddb84
fix: use non deprecated custom inspect ( #1198 )
...
Custom inspection with the `inspect` property is deprecated and will
not work in Node.js 11 anymore. This fixes it by using the custom
inspect symbol where existent and falls back to the old style in case
it does not exist.
2018-06-25 10:34:15 +08:00
initial-wu
77a4cfb829
Simplify processes in the getter request.protocol
( #1203 )
2018-06-07 22:50:26 +08:00
initial-wu
ee1a933096
fix: Throw a TypeError instead of a AssertionError ( #1199 )
2018-06-06 12:55:20 +08:00
initial-wu
ef33a79874
chore: mistake in a comment ( #1201 )
2018-06-04 10:18:42 +08:00
initial-wu
148f26f630
chore: use this.res.socket insteadof this.ctx.req.socket ( #1177 )
...
prefer a shorter path to the object
2018-04-27 23:51:47 +08:00
Grand
45903f228a
chore: Using "listenerCount" instead of "listeners" ( #1184 )
2018-04-27 23:48:51 +08:00
Shawn Cheung
8c17517809
use this.response insteadof this.ctx.response ( #1163 )
2018-03-23 17:56:32 +08:00
Yiyu He
3c23aa5b74
feat: ignore set header/status when header sent ( #1137 )
2018-02-11 16:25:24 +08:00
Alexsey
6baa41178d
Error handling: on non-error throw try to stringify if error is an object ( #1113 )
2017-12-24 20:48:44 +08:00
Riceball LEE
53a4446123
expose the Application::handleRequest method ( #950 )
...
* * expose the Application::handleRequest method to extend the context
* * minor change the handleRequest comment
2017-11-06 12:21:52 +00:00
Bernie Stern
6029064756
HTTP/2 has no status message ( #1048 ) ( #1049 )
2017-11-06 12:17:43 +00:00
Luke Bousfield
67630217ae
Fix context.inspect when called on the prototype ( #1012 )
...
* Fix context.inspect when called on the prototype
Fixes #837
* Add tests
2017-07-15 20:05:26 -04: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
ziyunfei
13c7ca6139
res.type=: remove no-op code ( #980 )
2017-05-05 10:27:11 -07:00
Thiago Lagden
ee5af59f1f
replace apply by spread syntax ( #971 )
2017-04-23 16:14:16 -07:00
jongleberry
4816cd76f0
:arrow-up: deps
...
closes #939
2017-03-14 01:55:15 -07:00
Lee Bousfield
e6539e1cf2
Return middleware chain promise from callback()
( #848 )
...
The v2.x version of 8836cd3 on master.
2017-03-07 23:05:28 -08:00
jongleberry
e812339033
docs: create v2 Migration document ( #931 )
...
* Give v2 migration documentation its own document. Incorporate docs from #533
* Fix mis-capitalization of Koa
* Remove unnecessary Dependency section
* Hint at koa-convert enabled compatibility
* Add section on constructing with new
* Clarify es6 constructors are used
* Fix varying capitalization
* Restore mistakenly removed Dependency changes section
* v1.x should not receive feature updates
* Add next() to signature, add missing backticks
* docs++
2017-03-07 22:59:42 -08:00
jongleberry
e9d7abaf79
res: use http.ServerResponse._header when accessors exist ( #930 )
...
* Don't use http.ServerResponse._header when accessors exist
Structure of http.ServerResponse._header will change in future
Node versions. Avoid reading and setting it directly when
helpers exist.
* Add new header test case
* make things a little more strict
2017-03-07 22:59:24 -08:00
fengmk2
e452b68bd9
feat: set err.headerSent before app error event emit ( #919 )
2017-02-28 10:52:54 +08:00
Ilkka Oksanen
d740d9b2b1
Update the link to migration instructions ( #916 )
2017-02-26 21:41:14 +08:00