aboutsummaryrefslogtreecommitdiffhomepage
path: root/http/response
Commit message (Collapse)AuthorAge
* Do not buffer responses in the image proxyGravatar Peter De Wachter2019-09-10
| | | | | | The image proxy buffered the whole image before sending it to the browser. If the image is large and/or hosted on a slow server, this caused a long delay before the user's browser could display anything.
* Remove charset=utf-8 from JSON responsesGravatar Frédéric Guillot2018-11-03
| | | | See: https://www.iana.org/assignments/media-types/application/json
* Fix typo in license headerGravatar Frédéric Guillot2018-10-08
|
* Refactor HTTP response builderGravatar Frédéric Guillot2018-10-08
|
* Use canonical importsGravatar Frédéric Guillot2018-08-24
|
* Compress JSON, CSS and Javascript responsesGravatar Frédéric Guillot2018-07-19
|
* Compress HTML responses to Gzip/Deflate if supported by browserGravatar Frédéric Guillot2018-07-06
|
* Use vanilla HTTP handlers (refactoring)Gravatar Frédéric Guillot2018-04-29