Rand Stats

Cro::HTTP

zef:cro
Revision history for Cro::HTTP

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`.