Searched refs:method (Results 1 – 10 of 10) sorted by relevance
| /mOS-networking-stack/samples/lighttpd-1.4.32/src/ |
| H A D | mod_auth.c | 239 data_string *method; in mod_auth_uri_handler() local 251 if (0 == strcmp(method->value->ptr, "basic")) { in mod_auth_uri_handler() 276 data_string *method, *realm; in mod_auth_uri_handler() local 283 if (0 == strcmp(method->value->ptr, "basic")) { in mod_auth_uri_handler() 443 const char *method, *realm, *require; in SETDEFAULTS_FUNC() local 453 method = realm = require = NULL; in SETDEFAULTS_FUNC() 483 if (method == NULL) { in SETDEFAULTS_FUNC() 489 if (0 != strcmp(method, "basic") && in SETDEFAULTS_FUNC() 490 0 != strcmp(method, "digest")) { in SETDEFAULTS_FUNC() 512 if (method && realm && require) { in SETDEFAULTS_FUNC() [all …]
|
| H A D | request.c | 285 char *uri = NULL, *proto = NULL, *method = NULL, con_length_set; in http_request_parse() local 369 if (-1 == (r = get_http_method_key(method))) { in http_request_parse() 520 method = con->parse_request->ptr + first; in http_request_parse()
|
| H A D | configfile-glue.c | 435 const char *method = get_http_method_name(con->request.http_method); in config_check_cond_nocache() local 439 buffer_copy_string(srv->tmp_buf, method); in config_check_cond_nocache()
|
| /mOS-networking-stack/samples/lighttpd-1.4.32/doc/outdated/ |
| H A D | authentication.txt | 27 lighttpd supportes both authentication method described by 33 The Basic method transfers the username and the password in 41 The Digest method only transfers a hashed value over the 48 Depending on the method lighttpd provides various way to store 176 # ( "method" => "digest"/"basic", 189 "method" => "digest", 195 "method" => "digest", 204 - The implementation of digest method is currently not
|
| H A D | compress.txt | 21 most suitable compression method. We support deflate, gzip and bzip2. 38 The names of the cache files are made of the filename, the compression method
|
| H A D | accesslog.txt | 75 %m request method (GET, POST, ...)
|
| H A D | configuration.txt | 97 $HTTP["method"] 98 math on the http method
|
| /mOS-networking-stack/samples/lighttpd-1.4.32/ |
| H A D | README | 105 - Sends 501 for request-method != (GET|POST|HEAD)
|
| H A D | NEWS | 11 * add PATCH method (fixes #2424) 41 * Don't overwrite 401 (auth required) with 501 (unknown method) (fixes #2341) 292 * Fix mod_magnet: enable "request.method" and "request.protocol" in lighty.env (#1308) 376 …* req-method OPTIONS: do not insert default response if request was denied, do not deny OPTIONS by…
|
| /mOS-networking-stack/samples/lighttpd-1.4.32/m4/ |
| H A D | libtool.m4 | 240 # Only perform the check for file, if the check method requires it
|