Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-07-28 | BREAKING(unstable): Rename Deno.WebSocketUpgrade::websocket to socket (#11542) | Nayeem Rahman | |
2021-07-26 | chore: release crates (#11519) | Bartek Iwańczuk | |
2021-07-24 | fix(http): support multiple options in connection header for websocket (#11505) | Pavel Hrách | |
Fixes #11494 | |||
2021-07-22 | fix(http/ws): case insensitive connection header (#11489) | Luca Casonato | |
The "connection" header should be case insensitive: https://datatracker.ietf.org/doc/html/rfc7230#section-6.1 | |||
2021-07-19 | chore: release crates (#11454) | Bartek Iwańczuk | |
2021-07-16 | fix(ext/http): correctly concat cookie headers (#11422) | Luca Casonato | |
Cookie headers should not be concatenated by commas, rather by semicolons. | |||
2021-07-13 | chore: release crates (#11378) | Bartek Iwańczuk | |
2021-07-12 | refactor: deno_http op crate (#11335) | Luca Casonato | |