Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
This commit moves "Deno.serveHttp()" and related types
to stable namespace.
|
|
|
|
|
|
Fixes #11494
|
|
The "connection" header should be case insensitive:
https://datatracker.ietf.org/doc/html/rfc7230#section-6.1
|
|
|
|
Cookie headers should not be concatenated by commas, rather by
semicolons.
|
|
|
|
|