summaryrefslogtreecommitdiff
path: root/src/arh.c
AgeCommit message (Collapse)Author
2015-01-01Change year in license block.Daniel Carl
2014-11-08Little code style changes.Daniel Carl
2014-11-05auto-response-header: rewrite arh_parseSébastien Marie
`auto-response-header` setting is a list. Each element has format: "pattern header-list". If an element contains COMMA, the element must by enclosed by QUOTE. The header-list format is like `header` setting.
2014-11-03cleanup: arh: remove some DEBUGSébastien Marie
2014-11-03auto-response-header: add FEATURE_ARHSébastien Marie
add a compilation flag for disable auto-response-header
2014-11-01auto-response-header: make value optionalSébastien Marie
an optional value result removing a previously setted header.
2014-10-31auto-response-header: generalisation of content-security-policySébastien Marie
auto-response-header supersede previous content-security-policy setting. This setting is a list of "pattern name=value" entries. When a pattern match a requested uri, the HTTP header "name: value" is added to response.