Home | History | Annotate | Download | only in wps

Lines Matching full:begins

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