Home
last modified time | relevance | path

Searched defs:httprequest (Results 1 – 2 of 2) sorted by relevance

/curl/tests/server/
H A Drtspd.c94 struct httprequest { struct
95 char reqbuf[REQBUFSIZ]; /* buffer area for the incoming request */
96 size_t checkindex; /* where to start checking of the request */
97 size_t offset; /* size of the incoming request */
121 static int ProcessRequest(struct httprequest *req); argument
H A Dsws.c95 struct httprequest { struct
97 bool connect_request; /* if a CONNECT */
98 unsigned short connect_port; /* the port number CONNECT used */
99 size_t checkindex; /* where to start checking of the request */
100 size_t offset; /* size of the incoming request */
101 long testno; /* test number found in the request */
102 long partno; /* part number found in the request */
107 size_t cl; /* Content-Length of the incoming request */
108 bool digest; /* Authorization digest header found */
109 bool ntlm; /* Authorization NTLM header found */
[all …]

Completed in 11 milliseconds