summaryrefslogtreecommitdiff
path: root/src/server/rz_req_handling.py
AgeCommit message (Collapse)Author
2015-06-04add copyright and license headers for GNU AGPL v3Alon Levy
2015-05-18common_rest_req_exception_handler: send back rzdoc_name on ↵LV-426
RZDoc_Exception__not_found
2015-05-12rz_req_handling: more HTTP status codesLV-426
2015-04-14[peer/host addr] rz_req_handling: sock_addr_from_env_HTTP_headersLV-426
2015-04-14[peer/host addr] rz_req_handling: sock_addr_from_REMOTE_X_keysLV-426
2015-04-09rz_req_handling: miscLV-426
2015-04-05rz_req_handling: make_response__json__html: pass on status argLV-426
2015-04-05rz_req_handling: make_response__json__redirect: pass on status argLV-426
2015-04-01rz_req_handling: miscLV-426
2015-04-01common_rest_req_exception_handler():LV-426
- allow request handling to raise exceptions - call proper response builder according to exception
2015-04-01__common_resp_handle(): avoid calling jsonify(), handle response buildingLV-426
2015-04-01common_resp_handle__xxx: use different default status codesLV-426
2015-04-01rz_req_handling: function reorderingLV-426
2015-02-04make_response__http__pre_tag_wrapped()LV-426
2015-02-01rz_req_handling: make_response__{http__empty,json__html,json__redirect}(),LV-426
2015-02-01make_json_response: switch data type to dict, serialize with json.dumps()LV-426
2015-01-13convert status code to strLV-426
2015-01-13wip: rz_req_handling.pyLV-426