Home
last modified time | relevance | path

Searched refs:POST (Results 1 – 25 of 329) sorted by relevance

12345678910>>...14

/third_party/curl/docs/libcurl/opts/
DCURLOPT_POSTFIELDS.md17 CURLOPT_POSTFIELDS - data to POST to server
30 HTTP POST operation. The data must be formatted and encoded the way you want
39 This POST is a normal **application/x-www-form-urlencoded** kind (and
51 POST data from the read callback. If you want to send a zero-byte POST set
60 Using POST with HTTP 1.1 implies the use of a "Expect: 100-continue" header,
61 and libcurl adds that header automatically if the POST is either known to be
79 /* send an application/x-www-form-urlencoded POST */
88 /* size of the POST data if strlen() is not good enough */
97 /* send an application/json POST */
DCURLOPT_POST.md15 CURLOPT_POST - make an HTTP POST
29 is the most commonly used POST method.
35 Optionally, you can provide data to POST using the
44 You can override the default POST Content-Type: header by setting your own
47 Using POST with HTTP 1.1 implies the use of a "Expect: 100-continue" header.
50 If you use POST to an HTTP 1.1 server, you can send data without knowing the
51 size before starting the POST if you use chunked encoding. You enable this by
60 If you issue a POST request and then want to make a HEAD or GET using the same
65 default to disable the POST. Typically that means gets reset to GET. Instead
DCURLOPT_POSTREDIR.md17 CURLOPT_POSTREDIR - how to act on an HTTP POST redirect
33 6.4.2 to 6.4.4) and not convert POST requests into GET requests when following
42 POST to remain a POST after such a redirection. This option is meaningful only
62 /* a silly POST example */
65 /* example.com is redirected, so we tell libcurl to send POST on 301,
/third_party/curl/tests/data/
Dtest1815 HTTP POST
27 HTTP 1.0 POST
40 POST
48 POST /we/want/%TESTNUMBER HTTP/1.0
62 POST
Dtest5085 POST
6 POST callback
34 send HTTP POST using read callback
49 POST /%TESTNUMBER HTTP/1.1
Dtest5475 HTTP POST
6 POST callback
85 HTTP proxy auth NTLM with POST data from read callback
95 POST http://test.remote.example.com/path/%TESTNUMBER HTTP/1.1
103 POST http://test.remote.example.com/path/%TESTNUMBER HTTP/1.1
111 POST http://test.remote.example.com/path/%TESTNUMBER HTTP/1.1
Dtest15335 HTTP POST
47 POST /%TESTNUMBER HTTP/1.1
53 POST /%TESTNUMBER HTTP/1.1
59 POST /%TESTNUMBER HTTP/1.1
Dtest5529 HTTP POST
10 POST callback
62 HTTP proxy auth Digest with 70K POST data from read callback
72 POST http://test.remote.example.com/path/%TESTNUMBER HTTP/1.1
79 %repeat[7000 x test data%00]%POST http://test.remote.example.com/path/%TESTNUMBER HTTP/1.1
Dtest5558 HTTP POST
9 POST callback
90 HTTP proxy auth NTLM with POST data from read callback multi-if
100 POST http://test.remote.example.com/path/%TESTNUMBER HTTP/1.1
108 POST http://test.remote.example.com/path/%TESTNUMBER HTTP/1.1
116 POST http://test.remote.example.com/path/%TESTNUMBER HTTP/1.1
Dtest2455 HTTP POST
57 HTTP POST --digest
67 POST /%TESTNUMBER HTTP/1.1
74 POST /%TESTNUMBER HTTP/1.1
Dtest5516 HTTP POST
7 POST callback
69 HTTP proxy auth Digest with POST data from read callback
79 POST http://test.remote.example.com/path/%TESTNUMBER HTTP/1.1
87 POST http://test.remote.example.com/path/%TESTNUMBER HTTP/1.1
Dtest1755 HTTP POST
56 HTTP POST --digest to server not requiring any auth at all
66 POST /%TESTNUMBER HTTP/1.1
73 POST /%TESTNUMBER HTTP/1.1
Dtest15175 POST
6 POST callback
53 HTTP POST, server responds before completed send
67 POST /%TESTNUMBER HTTP/1.1
Dtest12845 HTTP POST
57 HTTP POST --digest with user-specified Content-Length header
70 POST /%TESTNUMBER HTTP/1.1
77 POST /%TESTNUMBER HTTP/1.1
Dtest11295 HTTP POST
51 HTTP POST expect 100-continue with a 404
78 POST /%TESTNUMBER HTTP/1.1
86 POST /%TESTNUMBER0001 HTTP/1.1
Dtest2465 HTTP POST
67 HTTP POST --digest with server doing a 100 before 401 response
77 POST /%TESTNUMBER HTTP/1.1
84 POST /%TESTNUMBER HTTP/1.1
Dtest1765 HTTP POST
58 HTTP POST --ntlm to server not requiring any auth at all
68 POST /%TESTNUMBER HTTP/1.1
76 POST /%TESTNUMBER HTTP/1.1
Dtest975 HTTP POST
29 HTTP POST with custom content-type
40 POST /%TESTNUMBER HTTP/1.1
/third_party/libuv/src/unix/
Dfs.c151 #define POST \ macro
170 #define POST \ macro
1813 POST; in uv_fs_access()
1825 POST; in uv_fs_chmod()
1839 POST; in uv_fs_chown()
1846 POST; in uv_fs_close()
1858 POST; in uv_fs_fchmod()
1872 POST; in uv_fs_fchown()
1886 POST; in uv_fs_lchown()
1893 POST; in uv_fs_fdatasync()
[all …]
/third_party/node/deps/uv/src/unix/
Dfs.c150 #define POST \ macro
1792 POST; in uv_fs_access()
1804 POST; in uv_fs_chmod()
1818 POST; in uv_fs_chown()
1825 POST; in uv_fs_close()
1837 POST; in uv_fs_fchmod()
1851 POST; in uv_fs_fchown()
1865 POST; in uv_fs_lchown()
1872 POST; in uv_fs_fdatasync()
1879 POST; in uv_fs_fstat()
[all …]
/third_party/skia/third_party/externals/microhttpd/doc/chapters/
Dprocessingpost.inc3 the server operates. To induce changes on the server, the @emph{POST} method is preferred over
7 composes an individual response text. Even though it was not mandatory to use the @emph{POST} metho…
8 as there is no permanent change caused by the POST, it is an illustrative example on how to share d…
30 as the response for anything but proper @emph{GET} and @emph{POST} requests:
45 @heading POST request
50 not only if there are different POSTs but also if one POST has only been received partly yet and
110 requests other than @emph{POST} requests.
120 if (con_info->connectiontype == POST)
170 If the new request is a @emph{POST}, the postprocessor must be created now. In addition, the type
173 if (0 == strcmp (method, "POST"))
[all …]
/third_party/libphonenumber/resources/carrier/en/
D352.txt15 # In 2013 http://en.wikipedia.org/wiki/LuxGSM was renamed to POST.
20 35262|POST
21 352651|POST
22 352658|POST
/third_party/node/deps/undici/src/docs/best-practices/
Dmocking-request.md14 method: 'POST',
46 method: 'POST',
66 method: 'POST',
93 method: 'POST',
111 method: 'POST',
130 method: 'POST',
/third_party/skia/third_party/externals/microhttpd/doc/
Dlibmicrohttpd-tutorial.texi67 * Processing POST data::
68 * Improved processing of POST data::
96 @node Processing POST data
97 @chapter Processing POST data
100 @node Improved processing of POST data
101 @chapter Improved processing of POST data
/third_party/curl/docs/cmdline-opts/
Dpost303.md20 Tells curl to violate RFC 7231/6.4.4 and not convert POST requests into GET
21 requests when following 303 redirections. A server may require a POST to
22 remain a POST after a 303 redirection. This option is meaningful only when

12345678910>>...14