Skip to content

Query String not present in Request::uri() #109

@bernardobelchior

Description

@bernardobelchior

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    questionFurther information is requested

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions