Searched refs:http_method (Results 1 – 3 of 3) sorted by relevance
| /third_party/ffmpeg/libavformat/ |
| D | webm_chunk.c | 44 char *http_method; member 100 if (wc->http_method) in webm_chunk_init() 101 if ((ret = av_dict_set(&dict, "method", wc->http_method, 0)) < 0) in webm_chunk_init() 199 if (wc->http_method) in chunk_end() 200 if ((ret = av_dict_set(&options, "method", wc->http_method, 0)) < 0) in chunk_end() 282 …{ "method", "set the HTTP method", OFFSET(http_method), AV_OPT_TYPE_STRING, {.str = NULL}, 0, 0, …
|
| /third_party/libwebsockets/lib/system/smd/ |
| D | README.md | 227 "http_method": "GET",
|
| /third_party/libwebsockets/lib/secure-streams/ |
| D | README.md | 497 ### `http_method` 779 "http_method": "GET",
|