Home
last modified time | relevance | path

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

12345678910>>...13

/external/curl/tests/data/
Dtest1815 HTTP POST
27 HTTP 1.0 POST
40 POST
51 POST /we/want/181 HTTP/1.0
64 POST
Dtest5085 POST
6 POST callback
34 send HTTP POST using read callback
49 POST /508 HTTP/1.1
Dtest15335 HTTP POST
47 POST /1533 HTTP/1.1
53 POST /1533 HTTP/1.1
59 POST /1533 HTTP/1.1
Dtest15175 POST
6 POST callback
44 HTTP POST, server responds before completed send
58 POST /1517 HTTP/1.1
Dtest5516 HTTP POST
7 POST callback
68 HTTP proxy auth Digest with POST data from read callback
81 POST http://test.remote.example.com/path/551 HTTP/1.1
89 POST http://test.remote.example.com/path/551 HTTP/1.1
Dtest5475 HTTP POST
6 POST callback
83 HTTP proxy auth NTLM with POST data from read callback
105 POST http://test.remote.example.com/path/547 HTTP/1.1
114 POST http://test.remote.example.com/path/547 HTTP/1.1
123 POST http://test.remote.example.com/path/547 HTTP/1.1
Dtest11305 HTTP POST
51 HTTP POST forced expect 100-continue with a 404
81 POST /1130 HTTP/1.1
88 POST /11300001 HTTP/1.1
Dtest11295 HTTP POST
51 HTTP POST expect 100-continue with a 404
81 POST /1129 HTTP/1.1
88 POST /11290001 HTTP/1.1
Dtest2455 HTTP POST
57 HTTP POST --digest
70 POST /245 HTTP/1.1
77 POST /245 HTTP/1.1
Dtest5895 HTTP POST
34 make a HTTP MIME POST set to NULL
48 POST /589 HTTP/1.1
Dtest5135 HTTP POST
25 send HTTP POST using read callback that returns CURL_READFUNC_ABORT
37 POST /513 HTTP/1.1
Dtest15145 HTTP POST
29 HTTP POST with read callback and unknown data size
40 POST /1514 HTTP/1.1
Dtest975 HTTP POST
29 HTTP POST with custom content-type
43 POST /97 HTTP/1.1
Dtest5445 HTTP POST
33 HTTP POST text data using CURLOPT_COPYPOSTFIELDS
47 POST /544 HTTP/1.1
Dtest1755 HTTP POST
56 HTTP POST --digest to server not requiring any auth at all
69 POST /175 HTTP/1.1
76 POST /175 HTTP/1.1
Dtest20685 HTTP POST
57 HTTP POST --digest with SHA-512-256, userhash=false and user-specified Content-Length header
73 POST /2068 HTTP/1.1
79 POST /2068 HTTP/1.1
Dtest20675 HTTP POST
57 HTTP POST --digest with SHA256 and user-specified Content-Length header
73 POST /2067 HTTP/1.1
79 POST /2067 HTTP/1.1
Dtest5655 HTTP POST
70 send HTTP POST using read callback, chunked transfer-encoding and Digest
81 POST /565 HTTP/1.1
89 POST /565 HTTP/1.1
Dtest12845 HTTP POST
57 HTTP POST --digest with user-specified Content-Length header
73 POST /1284 HTTP/1.1
79 POST /1284 HTTP/1.1
/external/valgrind/coregrind/m_syswrap/
Dsyswrap-darwin.c1068 #define POST(name) DEFN_POST_TEMPLATE(darwin, name) macro
1373 POST(ioctl) in POST() function
1747 POST(fcntl) in POST() function
1856 POST(semctl) in POST() function
1917 POST(sem_init) in POST() function
1941 POST(kqueue) in POST() function
1971 POST(guarded_kqueue_np) in POST() function
2027 POST(kevent) in POST() function
2053 POST(kevent64) in POST() function
2145 POST(workq_ops) in POST() function
[all …]
/external/llvm/test/CodeGen/X86/
Dvirtual-registers-cleared-in-machine-functions-liveins.ll2 …riple=x86_64-unknown-unknown -o - -stop-after prologepilog %s | FileCheck %s --check-prefix=POST-RA
17 ; POST-RA: liveins:
18 ; POST-RA-NEXT: - { reg: '%edi' }
19 ; POST-RA-NEXT: - { reg: '%esi' }
/external/libmicrohttpd/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 …]
/external/curl/docs/cmdline-opts/
Dpost303.d7 Tells curl to respect RFC 7231/6.4.4 and not convert POST requests into GET
10 consistency. However, a server may require a POST to remain a POST after such
Dpost302.d7 Tells curl to respect RFC 7231/6.4.3 and not convert POST requests into GET
10 consistency. However, a server may require a POST to remain a POST after such
Dpost301.d7 Tells curl to respect RFC 7231/6.4.2 and not convert POST requests into GET
10 consistency. However, a server may require a POST to remain a POST after such

12345678910>>...13