pyramidパラメータ

1272 ワード

    

permission:  view     ,         。

attr: Pyramid      view  __call__  ,            ,  attr  。 attr='index'。

renderer:     Response    。 json,   。        。

http_cache:   Response expires Cache-Control   。          response.cache_expires。 

http_cache=3600,         1  、

http_cache=datetime.timedelta(days=1),         1 、

http_cache=0,     

http_cache=(3600, {'public':True}),    1  ,  response.cache_control.public = True.

wrapper:   view       Response。

decorator: view    ,            context, request   view

mapper:   view mapper,    view       。

    

name: view  ,      

context:    ,        ,         

route_name: route ,    URL  。

request_type:        request   ,   。

request_method: GET、POST、DELETE、HEAD

request_param:   GET、POST     ,    request_param="foo=123"    ,      、          。

match_param: match        ,    request_param="foo=123"    ,      、          。       ,           。

containment: resource     ,             。

xhr:        HTTP_X_REQUESTED_WITH

header:          HTTP header header   。 ‘User-Agent:Mozilla/.*’、'Host:localhost'

accept:   HTTP                   , 'text/plain'、'text*'

path_info:   PATH_INFO      。

custom_predicates:           。