Home | History | Annotate | Download | only in wps

Lines Matching full:begins

32 	HTTPREAD_HDR_TYPE_REPLY = 1,        /* hdr begins w/ HTTP/ */
33 HTTPREAD_HDR_TYPE_GET = 2, /* hdr begins with GET<sp> */
34 HTTPREAD_HDR_TYPE_HEAD = 3, /* hdr begins with HEAD<sp> */
35 HTTPREAD_HDR_TYPE_POST = 4, /* hdr begins with POST<sp> */
36 HTTPREAD_HDR_TYPE_PUT = 5, /* hdr begins with ... */
37 HTTPREAD_HDR_TYPE_DELETE = 6, /* hdr begins with ... */
38 HTTPREAD_HDR_TYPE_TRACE = 7, /* hdr begins with ... */
39 HTTPREAD_HDR_TYPE_CONNECT = 8, /* hdr begins with ... */
40 HTTPREAD_HDR_TYPE_NOTIFY = 9, /* hdr begins with ... */
41 HTTPREAD_HDR_TYPE_M_SEARCH = 10, /* hdr begins with ... */
42 HTTPREAD_HDR_TYPE_M_POST = 11, /* hdr begins with ... */
43 HTTPREAD_HDR_TYPE_SUBSCRIBE = 12, /* hdr begins with ... */
44 HTTPREAD_HDR_TYPE_UNSUBSCRIBE = 13, /* hdr begins with ... */