Searched refs:METHOD_POST (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/src/router/shared/
H A Dhttp.c61 METHOD_POST enumerator in enum:__anon20304
123 fprintf(fp, "%s /%s HTTP/1.1\r\n", method == METHOD_POST ? "POST" : "GET", path);
130 if (method == METHOD_POST) {
192 return wget(METHOD_POST, server, buf, count, 0);

Completed in 60 milliseconds