Searched defs:HEAD (Results 1 - 1 of 1) sorted by relevance

/httpd/support/
H A Dab.c269 enum {NO_METH = 0, GET, HEAD, PUT, POST, CUSTOM_METHOD} method = NO_METH; enumerator in enum:__anon391
270 const char *method_str[] = {"bug", "GET", "HEAD", "PUT", "POST", ""};
1587 /* response to HEAD doesn't have entity body */
1588 c->length = method != HEAD ? atoi(cl + 16) : 0;
1969 fprintf(stderr, " -i Use HEAD instead of GET\n");
2195 err("Cannot mix HEAD with other methods\n");
2196 method = HEAD;

Completed in 249 milliseconds