Closed guzba closed 9 months ago
Similar to https://github.com/guzba/mummy/pull/111 but instead of creating RoutedRequest, this adds properties to Request directly.
Adds:
request.path
request.queryParams
request.pathParams
Incoming HTTP requests with invalid URIs are now logged and dropped.
Similar to https://github.com/guzba/mummy/pull/111 but instead of creating RoutedRequest, this adds properties to Request directly.
Adds:
request.path
for the decoded HTTP request pathrequest.queryParams
for the decoded HTTP query string key-value entriesrequest.pathParams
for the key-value entries of named path parameters (only used if a router sets them)Incoming HTTP requests with invalid URIs are now logged and dropped.