Parse the query of a h3 event.
h3
For example /bar?sort=ASC binds the query value sort = "ASC"
/bar?sort=ASC
sort = "ASC"
Input to parse using the passed schema
schema
Error code of error if parsing fails
Optional
Optional error message if parsing fails
Generated using TypeDoc
Parse the query of a
h3
event.For example
/bar?sort=ASC
binds the query valuesort = "ASC"