HomeSort by relevance Sort by last modified time
    Searched refs:POST (Results 26 - 50 of 199) sorted by null

12 3 4 5 6 7 8

  /prebuilts/go/darwin-x86/src/net/http/
requestwrite_test.go 109 // HTTP/1.1 POST => chunked coding; body; empty trailer
112 Method: "POST",
127 WantWrite: "POST /search HTTP/1.1\r\n" +
134 WantProxy: "POST http://www.google.com/search HTTP/1.1\r\n" +
142 // HTTP/1.1 POST with Content-Length, no chunking
145 Method: "POST",
160 WantWrite: "POST /search HTTP/1.1\r\n" +
168 WantProxy: "POST http://www.google.com/search HTTP/1.1\r\n" +
177 // HTTP/1.1 POST with Content-Length in headers
180 Method: "POST",
    [all...]
readrequest_test.go 151 "POST / HTTP/1.1\r\n" +
160 Method: "POST",
183 "POST / HTTP/1.1\r\n" +
192 Method: "POST",
449 {"smuggle_two_contentlen", reqBytes(`POST / HTTP/1.1
responsewrite_test.go 202 Request: &Request{Method: "POST"},
211 // When a response to a POST has Content-Length: -1, make sure we don't
218 Request: &Request{Method: "POST"},
  /prebuilts/go/linux-x86/src/net/http/
requestwrite_test.go 109 // HTTP/1.1 POST => chunked coding; body; empty trailer
112 Method: "POST",
127 WantWrite: "POST /search HTTP/1.1\r\n" +
134 WantProxy: "POST http://www.google.com/search HTTP/1.1\r\n" +
142 // HTTP/1.1 POST with Content-Length, no chunking
145 Method: "POST",
160 WantWrite: "POST /search HTTP/1.1\r\n" +
168 WantProxy: "POST http://www.google.com/search HTTP/1.1\r\n" +
177 // HTTP/1.1 POST with Content-Length in headers
180 Method: "POST",
    [all...]
readrequest_test.go 151 "POST / HTTP/1.1\r\n" +
160 Method: "POST",
183 "POST / HTTP/1.1\r\n" +
192 Method: "POST",
449 {"smuggle_two_contentlen", reqBytes(`POST / HTTP/1.1
responsewrite_test.go 202 Request: &Request{Method: "POST"},
211 // When a response to a POST has Content-Length: -1, make sure we don't
218 Request: &Request{Method: "POST"},
  /external/autotest/client/common_lib/cros/fake_device_server/
registration_tickets_unittest.py 50 self.registration.POST, 1234, 'finalize')
58 returned_json = self.registration.POST(1234, 'finalize')
74 returned_json = self.registration.POST()
oauth.py 50 def POST(self, *args, **kwargs):
51 """Handle a post to get a refresh/access token.
  /external/libmicrohttpd/doc/examples/
largepost.c 21 #define POST 1
37 <form action=\"/filepost\" method=\"post\" enctype=\"multipart/form-data\">\n\
128 if (con_info->connectiontype == POST)
164 if (0 == strcmp (method, "POST"))
178 con_info->connectiontype = POST;
198 if (0 == strcmp (method, "POST"))
  /external/curl/docs/cmdline-opts/
data-urlencode.d 3 Help: HTTP POST data url encoded
27 URL-encode that data and pass it on in the POST.
30 URL-encode that data and pass it on in the POST. The name part gets an equal
next.d 18 For example, you can do both a GET and a POST in a single command line:
data.d 4 Help: HTTP POST data
9 Sends the specified data in a POST request to the HTTP server, in the same way
15 the @ character. To post data purely binary, you should instead use the
21 &-symbol. Thus, using '-d name=daniel -d skill=lousy' would generate a post
  /prebuilts/go/darwin-x86/src/net/http/httptest/
httptest_test.go 97 // Post with known length
99 method: "POST",
103 Method: "POST",
117 // Post with unknown length
119 method: "POST",
123 Method: "POST",
  /prebuilts/go/linux-x86/src/net/http/httptest/
httptest_test.go 97 // Post with known length
99 method: "POST",
103 Method: "POST",
117 // Post with unknown length
119 method: "POST",
123 Method: "POST",
  /external/volley/src/main/java/com/android/volley/toolbox/
JsonObjectRequest.java 40 * @param jsonRequest A {@link JSONObject} to post with the request. Null is allowed and
53 * <code>null</code>, <code>POST</code> otherwise.
59 this(jsonRequest == null ? Method.GET : Method.POST, url, jsonRequest,
  /test/framework/harnesses/host_controller/build/
build_provider_pab.py 43 # constants for GET and POST endpoints
45 POST = 'POST'
228 response = requests.post(self.SVC_URL, data=data, headers=headers)
266 method: 'GET' or 'POST', which endpoint to query
271 if method == POST:
311 method: 'GET' or 'POST', which endpoint to query
326 if method == POST:
341 self, account_id, build_id, branch, target, method=POST):
351 method: 'GET' or 'POST', which endpoint to quer
    [all...]
  /external/valgrind/coregrind/m_syswrap/
syswrap-ppc32-linux.c 222 PRE/POST wrappers for ppc32/Linux-specific syscalls
226 #define POST(name) DEFN_POST_TEMPLATE(ppc32_linux, name)
293 POST(sys_stat64)
306 POST(sys_lstat64)
324 POST(sys_fstatat64)
336 POST(sys_fstat64)
536 //.. POST(sys_ptrace)
578 POST(sys_spu_create)
590 POST(sys_spu_run)
597 #undef POST
    [all...]
syswrap-linux.c 159 "run_a_thread_NORETURN(tid=%u): post-thread_wrapper\n",
784 PRE/POST wrappers for arch-generic, Linux-specific syscalls
787 // Nb: See the comment above the generic PRE/POST wrappers in
791 #define POST(name) DEFN_POST_TEMPLATE(linux, name)
    [all...]
syswrap-generic.c 218 it is called from is POST(sys_io_setup). In particular,
224 POST(sys_io_setup) does or how it works.
    [all...]
  /prebuilts/go/darwin-x86/doc/articles/wiki/
notemplate.go 46 "<form action=\"/save/%s\" method=\"POST\">"+
  /prebuilts/go/linux-x86/doc/articles/wiki/
notemplate.go 46 "<form action=\"/save/%s\" method=\"POST\">"+
  /prebuilts/sdk/tools/
jack 128 -X POST \
143 -X POST \
  /external/webrtc/webrtc/examples/peerconnection/server/
data_socket.cc 30 "Access-Control-Allow-Methods: POST, GET, OPTIONS\r\n"
99 if (method_ != POST) {
177 if (method_ == POST) {
194 { "POST", 4, POST },
  /toolchain/binutils/binutils-2.27/gas/config/
m68k-parse.y 345 op->mode = POST;
353 op->mode = POST;
360 op->mode = POST;
367 op->mode = POST;
465 op->mode = POST;
473 op->mode = POST;
  /external/oauth/core/src/main/java/net/oauth/client/
OAuthClient.java 110 * typically OAuthMessage.POST or OAuthMessage.GET, or null to
129 * typically OAuthMessage.POST or OAuthMessage.GET, or null to
175 * typically OAuthMessage.POST or OAuthMessage.GET, or null to
266 final boolean isPost = POST.equalsIgnoreCase(request.method);
344 protected static final String POST = OAuthMessage.POST;

Completed in 1713 milliseconds

12 3 4 5 6 7 8