Files
deb-python-falcon/docs/api/util.rst
Kurt Griffiths d257e14413 fix(util): Fix falcon.uri import (#904)
The previous attempt at fixing this failed, and so do something a bit
more evil. We'll remove this later in 2.0 once util goes away and
everything is just implemented under the falcon package directly.
2016-09-20 08:49:00 -06:00

22 lines
410 B
ReStructuredText

.. _util:
Utilities
=========
URI Functions
-------------
.. automodule:: falcon.uri
:members: encode, encode_value, decode, parse_host,
parse_query_string, unquote_string
Miscellaneous
-------------
.. automodule:: falcon
:members: deprecated, http_now, dt_to_http, http_date_to_dt,
to_query_str, get_http_status, get_bound_method
.. autoclass:: falcon.TimezoneGMT
:members: