chisel
Lightweight Python back-end application framework
Navigation
WSGI Applications
JSON APIs
Built-in Requests
Related Topics
Documentation overview
Index
_
|
A
|
C
|
D
|
E
|
H
|
J
|
L
|
M
|
N
|
P
|
R
|
S
|
T
|
U
|
V
|
W
_
__call__() (chisel.Application method)
(chisel.Request method)
A
Action (class in chisel)
action() (in module chisel)
action_callback (chisel.Action attribute)
ActionError
add_cache_headers() (chisel.Context method)
add_header() (chisel.Context method)
add_request() (chisel.Application method)
add_requests() (chisel.Application method)
app (chisel.Context attribute)
Application (class in chisel)
C
Context (class in chisel)
create_doc_requests() (in module chisel)
create_environ() (chisel.Context static method)
D
doc (chisel.Request attribute)
doc_group (chisel.Request attribute)
E
environ (chisel.Context attribute)
ENVIRON_CTX (chisel.Context attribute)
error (chisel.ActionError attribute)
H
headers (chisel.Context attribute)
J
jsonp (chisel.Action attribute)
L
log (chisel.Context attribute)
log_format (chisel.Application attribute)
log_level (chisel.Application attribute)
M
match_request() (chisel.Application method)
message (chisel.ActionError attribute)
model (chisel.Action property)
N
name (chisel.Request attribute)
P
pretty_output (chisel.Application attribute)
Python Enhancement Proposals
PEP 3333
,
[1]
,
[2]
,
[3]
,
[4]
,
[5]
R
reconstruct_url() (chisel.Context method)
RedirectRequest (class in chisel)
Request (class in chisel)
request() (chisel.Application method)
(in module chisel)
requests (chisel.Application attribute)
response() (chisel.Context method)
response_json() (chisel.Context method)
response_text() (chisel.Context method)
S
start_response() (chisel.Context method)
StaticRequest (class in chisel)
status (chisel.ActionError attribute)
T
types (chisel.Action attribute)
U
url_args (chisel.Context attribute)
urls (chisel.Request attribute)
V
validate_output (chisel.Application attribute)
W
wsgi_callback (chisel.Request attribute)
wsgi_response (chisel.Action attribute)