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

/httpd/support/
H A Dab.c41 ** - POST and verbosity by Kurt Sussman <kls@merlot.com>, August 1998
269 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", ""};
287 char *content_type = NULL; /* content type to put in POST header */
1962 fprintf(stderr, " -p postfile File containing data to POST. Remember also to set -T\n");
1964 fprintf(stderr, " -T content-type Content-type header to use for POST/PUT data, eg.\n");
2085 /* read data to POST/PUT from file, save contents and length */
2096 fprintf(stderr, "ab: Could not open POST data file (%s): %s\n", pfile,
2103 fprintf(stderr, "ab: Could not stat POST data file (%s): %s\n", pfile,
2111 fprintf(stderr, "ab: Could not read POST dat
[all...]

Completed in 549 milliseconds