What's Changed
- Support chunked request
- Update workflow dependencies by @joanhey in #1140
- Refactor Websocket class: simplify input, encode, decode, inflate, an… by @joanhey in #1138
- Refactor ZLIB initialization options for inflate and deflate methods by @joanhey in #1141
- Refactor cookie mapping and improve JSON content type check in Reques… by @joanhey in #1143
- Refactor WebSocket handshake error handling by @joanhey in #1144
- Missing Host header causes 400 Bad Request for HTTP/1.1 by @joanhey in #1145
- Remove Content-Length header from HTTP 400 and 413 responses by @joanhey in #1146
- Refactor header validation regex to use named capture for Content-Length by @joanhey in #1148
- Update HTTP request validation to disallow lowercase methods and versions by @joanhey in #1149
- Add getMimeType($ext) function in class Response by @joanhey in #1153
- Other optimizations
Full Changelog: v5.1.10...v5.2.0