Skip to content

Fixing req.query support

Latest
Compare
Choose a tag to compare
@jkyberneees jkyberneees released this 08 Dec 21:34

Changes:

  • If a req.query object is present, we just take it as the value for queryStringParameters, otherwise we parse the query string from the given URL value.