adhocracy_core.rest.subscriber module

Subscriber to modify the http response object.

set_response_headers(event: pyramid.events.NewResponse)[source]

Add CORS headers to response for api requests and /.

add_cors_headers(event: pyramid.events.NewResponse)[source]

Add CORS headers to response.

includeme(config)[source]

Register response subscriber.