Searched defs:allow (Results 1 - 2 of 2) sorted by relevance
/httpd/modules/http/ |
H A D | http_protocol.c | 580 * GET or HEAD allow weak etag comparison, all other methods require 1015 apr_array_header_t *allow = apr_array_make(r->pool, 10, sizeof(char *)); local 1029 *(const char **)apr_array_push(allow) = key; 1033 *(const char **)apr_array_push(allow) = "HEAD"; 1039 *(const char **)apr_array_push(allow) = "TRACE"; 1046 apr_array_cat(allow, r->allowed_methods->method_list); 1049 return apr_array_pstrcat(r->pool, allow, ','); 1230 "does not allow request data with ",
|
/httpd/modules/dav/main/ |
H A D | mod_dav.c | 310 ** allow us to provide details in the body about what happened. This 638 /* Apache doesn't allow us to set a variable body for HTTP_CREATED, so 696 * If label_allowed != 0, then allow the request target to be altered by 1599 char *allow; local 1837 s = allow = apr_palloc(r->pool, text_size); 1843 if (s != allow) 1850 apr_table_setn(r->headers_out, "Allow", allow); 2649 /* ### allow COPY/MOVE of DeltaV resource types */ 4897 "allow Depth infinity PROPFIND requests"),
|
Completed in 159 milliseconds