Home
last modified time | relevance | path

Searched refs:method (Results 1 – 10 of 10) sorted by relevance

/mOS-networking-stack/samples/lighttpd-1.4.32/src/
H A Dmod_auth.c239 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 Drequest.c285 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 Dconfigfile-glue.c435 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 Dauthentication.txt27 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 Dcompress.txt21 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 Daccesslog.txt75 %m request method (GET, POST, ...)
H A Dconfiguration.txt97 $HTTP["method"]
98 math on the http method
/mOS-networking-stack/samples/lighttpd-1.4.32/
H A DREADME105 - Sends 501 for request-method != (GET|POST|HEAD)
H A DNEWS11 * 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 Dlibtool.m4240 # Only perform the check for file, if the check method requires it