-
Notifications
You must be signed in to change notification settings - Fork 28
Expand file tree
/
Copy pathChanges
More file actions
23 lines (20 loc) · 929 Bytes
/
Changes
File metadata and controls
23 lines (20 loc) · 929 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
Revision history for Cro::HTTP
0.8.12
- Fix content-length header in HTTP/2
- Support link generation
- Make http function accept a list of http methods
- Catch URI parse errors during routing
- Fix throwing with client-supplied invalid cookie
0.8.11
- Avoid sending a 0-byte WINDOW_UPDATE frame.
- Permit use of updated HTTP::Pack module, Samuel Gillespie++
0.8.10
- Add two `Response` convenience methods: `not-supported` (500) and
`server-error` (505).
- Add support for HTTP/2 cookie headers.
- Be more lenient when receiving Cookies with duplicate parameters.
- Fix HTTP1.1 connection caching when explicitly passing the HTTP version.
- Fix HTTP2 connections with multiple streams stalling.
- Change dependency management to allow individual Cro modules to be
updated individually.
- Rename all `.pm6` files to `.rakumod` and `.t` files to `.rakutest`.