Back to Falcon

2546.Newandimproved

docs/_newsfragments/2546.newandimproved.rst

4.3.0a1424 B
Original Source

A new :meth:~falcon.Request.get_query_string_as_media method was added to :class:~falcon.Request. The method URL-decodes the entire query string and deserializes it using the configured media handlers. This is useful for implementing the OpenAPI 3.2 querystring parameter location <https://spec.openapis.org/oas/v3.2.0.html#parameter-locations>__, where the entire query string is treated as a single serialized value.