Skip to content

v4.8.0

Choose a tag to compare

@gustavofreze gustavofreze released this 24 Feb 10:47
· 4 commits to main since this release
1f84af4
  • Added Request::method() to retrieve HTTP method as a typed Method enum.
  • Added Uri::toString() to access the complete request URI as a string.
  • Added Uri::queryParameters() with typed access to query string parameters through a new QueryParameters class.
  • Enhanced Body::from() to fall back to getParsedBody() when the stream is empty, supporting form-encoded and multipart requests.
  • Improved README with examples for accessing HTTP method, full URI, and query parameters.