Falcon 1.2 官方文档

falcon

  • falcon.after()
  • falcon.API
  • falcon.API.add_error_handler()
  • falcon.API.add_route()
  • falcon.API.add_sink()
  • falcon.API.req_options
  • falcon.API.resp_options
  • falcon.API.set_error_serializer()
  • falcon.before()
  • falcon.deprecated()
  • falcon.dt_to_http()
  • falcon.get_bound_method()
  • falcon.get_http_status()
  • falcon.HTTPError
  • falcon.HTTPError.code
  • falcon.HTTPError.description
  • falcon.HTTPError.has_representation
  • falcon.HTTPError.headers
  • falcon.HTTPError.link
  • falcon.HTTPError.status
  • falcon.HTTPError.title
  • falcon.HTTPError.to_dict()
  • falcon.HTTPError.to_json()
  • falcon.HTTPError.to_xml()
  • falcon.HTTPStatus
  • falcon.HTTPStatus.body
  • falcon.HTTPStatus.headers
  • falcon.HTTPStatus.status
  • falcon.http_date_to_dt()
  • falcon.http_now()
  • falcon.Request
  • falcon.Request.accept
  • falcon.Request.access_route
  • falcon.Request.app
  • falcon.Request.auth
  • falcon.Request.bounded_stream
  • falcon.Request.client_accepts()
  • falcon.Request.client_accepts_json
  • falcon.Request.client_accepts_msgpack
  • falcon.Request.client_accepts_xml
  • falcon.Request.client_prefers()
  • falcon.Request.content_length
  • falcon.Request.content_type
  • falcon.Request.context
  • falcon.Request.context_type
  • falcon.Request.cookies
  • falcon.Request.date
  • falcon.Request.env
  • falcon.Request.expect
  • falcon.Request.get_header()
  • falcon.Request.get_header_as_datetime()
  • falcon.Request.get_param()
  • falcon.Request.get_param_as_bool()
  • falcon.Request.get_param_as_date()
  • falcon.Request.get_param_as_dict()
  • falcon.Request.get_param_as_int()
  • falcon.Request.get_param_as_list()
  • falcon.Request.headers
  • falcon.Request.host
  • falcon.Request.if_match
  • falcon.Request.if_modified_since
  • falcon.Request.if_none_match
  • falcon.Request.if_range
  • falcon.Request.if_unmodified_since
  • falcon.Request.log_error()
  • falcon.Request.method
  • falcon.Request.netloc
  • falcon.Request.options
  • falcon.Request.params
  • falcon.Request.path
  • falcon.Request.port
  • falcon.Request.protocol
  • falcon.Request.query_string
  • falcon.Request.range
  • falcon.Request.range_unit
  • falcon.Request.relative_uri
  • falcon.Request.remote_addr
  • falcon.Request.scheme
  • falcon.Request.stream
  • falcon.Request.subdomain
  • falcon.Request.uri
  • falcon.Request.uri_template
  • falcon.Request.url
  • falcon.Request.user_agent
  • falcon.RequestOptions
  • falcon.RequestOptions.auto_parse_form_urlencoded
  • falcon.RequestOptions.auto_parse_qs_csv
  • falcon.RequestOptions.keep_blank_qs_values
  • falcon.RequestOptions.strip_url_path_trailing_slash
  • falcon.Response
  • falcon.Response.accept_ranges
  • falcon.Response.add_link()
  • falcon.Response.append_header()
  • falcon.Response.body
  • falcon.Response.cache_control
  • falcon.Response.content_location
  • falcon.Response.content_range
  • falcon.Response.content_type
  • falcon.Response.context
  • falcon.Response.context_type
  • falcon.Response.data
  • falcon.Response.delete_header()
  • falcon.Response.etag
  • falcon.Response.get_header()
  • falcon.Response.last_modified
  • falcon.Response.location
  • falcon.Response.options
  • falcon.Response.retry_after
  • falcon.Response.set_cookie()
  • falcon.Response.set_header()
  • falcon.Response.set_headers()
  • falcon.Response.set_stream()
  • falcon.Response.status
  • falcon.Response.stream
  • falcon.Response.stream_len
  • falcon.Response.unset_cookie()
  • falcon.Response.vary
  • falcon.ResponseOptions
  • falcon.ResponseOptions.secure_cookies_by_default
  • falcon.TimezoneGMT
  • falcon.TimezoneGMT.dst()
  • falcon.TimezoneGMT.tzname()
  • falcon.TimezoneGMT.utcoffset()
  • falcon.to_query_str()
  • falcon.testing

  • falcon.testing.capture_responder_args()
  • falcon.testing.Cookie
  • falcon.testing.Cookie.domain
  • falcon.testing.Cookie.expires
  • falcon.testing.Cookie.http_only
  • falcon.testing.Cookie.max_age
  • falcon.testing.Cookie.name
  • falcon.testing.Cookie.path
  • falcon.testing.Cookie.secure
  • falcon.testing.Cookie.value
  • falcon.testing.create_environ()
  • falcon.testing.rand_string()
  • falcon.testing.Result
  • falcon.testing.Result.content
  • falcon.testing.Result.cookies
  • falcon.testing.Result.encoding
  • falcon.testing.Result.headers
  • falcon.testing.Result.json
  • falcon.testing.Result.status
  • falcon.testing.Result.status_code
  • falcon.testing.Result.text
  • falcon.testing.SimpleTestResource
  • falcon.testing.SimpleTestResource.called
  • falcon.testing.SimpleTestResource.captured_kwargs
  • falcon.testing.SimpleTestResource.captured_req
  • falcon.testing.SimpleTestResource.captured_resp
  • falcon.testing.simulate_delete()
  • falcon.testing.simulate_get()
  • falcon.testing.simulate_head()
  • falcon.testing.simulate_options()
  • falcon.testing.simulate_patch()
  • falcon.testing.simulate_post()
  • falcon.testing.simulate_put()
  • falcon.testing.simulate_request()
  • falcon.testing.StartResponseMock
  • falcon.testing.StartResponseMock.call_count
  • falcon.testing.StartResponseMock.headers
  • falcon.testing.StartResponseMock.headers_dict
  • falcon.testing.StartResponseMock.status
  • falcon.testing.TestBase
  • falcon.testing.TestBase.api
  • falcon.testing.TestBase.api_class
  • falcon.testing.TestBase.setUp()
  • falcon.testing.TestBase.simulate_request()
  • falcon.testing.TestBase.srmock
  • falcon.testing.TestBase.srmock_class
  • falcon.testing.TestBase.tearDown()
  • falcon.testing.TestBase.test_route
  • falcon.testing.TestCase
  • falcon.testing.TestCase.api
  • falcon.testing.TestCase.api_class
  • falcon.testing.TestCase.app
  • falcon.testing.TestClient
  • falcon.testing.TestClient.simulate_delete()
  • falcon.testing.TestClient.simulate_get()
  • falcon.testing.TestClient.simulate_head()
  • falcon.testing.TestClient.simulate_options()
  • falcon.testing.TestClient.simulate_patch()
  • falcon.testing.TestClient.simulate_post()
  • falcon.testing.TestClient.simulate_put()
  • falcon.testing.TestClient.simulate_request()
  • falcon.testing.TestResource
  • falcon.testing.TestResource.called
  • falcon.testing.TestResource.kwargs
  • falcon.testing.TestResource.on_get()
  • falcon.testing.TestResource.req
  • falcon.testing.TestResource.resp
  • falcon.testing.TestResource.resp_headers
  • falcon.testing.TestResource.sample_body
  • falcon.testing.TestResource.sample_status
  • Index

  • index