Add new testing classes for unittest-style test cases, based on
lessons-learned using the original base class. Port several Falcon
tests to use the new classes (the remainder to be ported in a
subsequent release.) Include wsgiref valdiation by default.
DEPRECATION: The old base class and test resource have been deprecated
and will be removed in a future release.
Fixes #689
20 lines
292 B
ReStructuredText
20 lines
292 B
ReStructuredText
.. _util:
|
|
|
|
Utilities
|
|
=========
|
|
|
|
URI Functions
|
|
-------------
|
|
|
|
.. automodule:: falcon.util.uri
|
|
:members:
|
|
|
|
Miscellaneous
|
|
-------------
|
|
|
|
.. automodule:: falcon
|
|
:members: deprecated, http_now, dt_to_http, http_date_to_dt, to_query_str
|
|
|
|
.. autoclass:: falcon.util.TimezoneGMT
|
|
:members:
|