-
Notifications
You must be signed in to change notification settings - Fork 376
Closed
Labels
questionFurther information is requestedFurther information is requested
Description
Hey! I was trying to obtain values from the query string from a API GW request and I think I found a bug.
I was trying get the query string values by using Url::parse
to parse the URI obtained from request.uri().to_string()
. However the query string is not added to the URI when converting from LambdaRequest
to Request
. I believe this is not intended, but would like to confirm that.
Note 1: Eventually, I found the request.query_string_parameters()
function, as mentioned in the examples.
Note 2: I also mentioned this problem in this issue.
seanpianka
Metadata
Metadata
Assignees
Labels
questionFurther information is requestedFurther information is requested