mirror of
https://github.com/swift-server/async-http-client.git
synced 2026-06-02 07:37:34 +00:00
motivation: safer handling of request validation and mutation changes: * drop request version * made request method and url immutable * made request scheme and host internal * fix scheme logic to be non-case sensitive * adjusted redirect handler implementation to stricter request immutabllity * adjust and add tests