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

1 2 3 4 56 7 8

  /external/nanohttpd/core/src/main/java/fi/iki/elonen/
NanoHTTPD.java 116 * <li>Supports parameter parsing of GET and POST methods (+ rudimentary PUT
    [all...]
  /prebuilts/go/darwin-x86/src/net/http/
transport_test.go 480 // Do a POST instead of a GET to prevent the Transport's
482 res, err := c.Post(ts.URL, "", nil)
829 t.Errorf("expected error post-closed large Read; got = %d, %v", n, err)
    [all...]
clientserver_test.go 505 return c.Post(url, "text/plain", bodyfn())
597 req, _ = NewRequest("POST", cst.ts.URL, io.MultiReader(
755 req, _ := NewRequest("POST", cst.ts.URL, strings.NewReader(reqBody))
1059 req, _ := NewRequest("POST", cst.ts.URL, body)
    [all...]
response.go 308 // POST/PUT requests, even if zero length. See Issue 8180.
transfer.go 181 // For all other request types (PUT, POST, PATCH, or anything
258 if t.Method == "POST" || t.Method == "PUT" {
  /prebuilts/go/linux-x86/src/net/http/
transport_test.go 480 // Do a POST instead of a GET to prevent the Transport's
482 res, err := c.Post(ts.URL, "", nil)
829 t.Errorf("expected error post-closed large Read; got = %d, %v", n, err)
    [all...]
clientserver_test.go 505 return c.Post(url, "text/plain", bodyfn())
597 req, _ = NewRequest("POST", cst.ts.URL, io.MultiReader(
755 req, _ := NewRequest("POST", cst.ts.URL, strings.NewReader(reqBody))
1059 req, _ := NewRequest("POST", cst.ts.URL, body)
    [all...]
response.go 308 // POST/PUT requests, even if zero length. See Issue 8180.
transfer.go 181 // For all other request types (PUT, POST, PATCH, or anything
258 if t.Method == "POST" || t.Method == "PUT" {
  /external/deqp/modules/gles31/functional/
es31fDrawBuffersIndexedTests.cpp 839 bool requiresAdvancedBlendEq (const BlendState& pre, const BlendState post, const vector<DrawBufferInfo>& drawBuffers)
846 if (post.blendEq && post.blendEq->is<BlendEq>())
847 requiresAdvancedBlendEq |= isAdvancedBlendEq(post.blendEq->get<BlendEq>());
    [all...]
  /external/nanohttpd/nanolets/src/main/java/fi/iki/elonen/router/
RouterNanoHTTPD.java 74 public Response post(UriResource uriResource, Map<String, String> urlParams, IHTTPSession session); method in interface:RouterNanoHTTPD.UriResponder
97 public Response post(UriResource uriResource, Map<String, String> urlParams, IHTTPSession session) { method in class:RouterNanoHTTPD.DefaultStreamHandler
379 case POST:
380 return responder.post(this, urlParams, session);
  /prebuilts/tools/common/m2/repository/com/squareup/retrofit2/retrofit/2.1.0/
retrofit-2.1.0.jar 
  /test/vti/dashboard/src/main/java/com/android/vts/job/
VtsAlertJobServlet.java 494 .method(TaskOptions.Method.POST));
  /prebuilts/go/darwin-x86/src/cmd/vendor/github.com/google/pprof/internal/symbolizer/
symbolizer.go 97 // postURL issues a POST to a URL over HTTP.
98 func postURL(source, post string) ([]byte, error) {
118 resp, err := client.Post(source, "application/octet-stream", strings.NewReader(post))
120 return nil, fmt.Errorf("http post %s: %v", source, err)
124 return nil, fmt.Errorf("http post %s: %v", source, statusCodeError(resp))
  /prebuilts/go/darwin-x86/src/vendor/golang_org/x/net/http2/hpack/
tables.go 133 HeaderField{Name: ":method", Value: "POST"},
  /prebuilts/go/linux-x86/src/cmd/vendor/github.com/google/pprof/internal/symbolizer/
symbolizer.go 97 // postURL issues a POST to a URL over HTTP.
98 func postURL(source, post string) ([]byte, error) {
118 resp, err := client.Post(source, "application/octet-stream", strings.NewReader(post))
120 return nil, fmt.Errorf("http post %s: %v", source, err)
124 return nil, fmt.Errorf("http post %s: %v", source, statusCodeError(resp))
  /prebuilts/go/linux-x86/src/vendor/golang_org/x/net/http2/hpack/
tables.go 133 HeaderField{Name: ":method", Value: "POST"},
  /toolchain/binutils/binutils-2.27/gas/config/
tc-m68k.c     [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/logging/
handlers.py     [all...]
  /external/google-breakpad/src/third_party/curl/
curl.h 710 /* POST static input fields. */
749 /* This points to a linked list of post entries, struct curl_httppost */
796 /* send linked-list of post-transfer QUOTE commands */
    [all...]
  /external/python/cpython2/Lib/logging/
handlers.py     [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/logging/
handlers.py     [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/logging/
handlers.py     [all...]
  /prebuilts/go/darwin-x86/src/encoding/xml/
read_test.go 40 with a simple POST request.
155 with a simple POST request.
  /prebuilts/go/linux-x86/src/encoding/xml/
read_test.go 40 with a simple POST request.
155 with a simple POST request.

Completed in 624 milliseconds

1 2 3 4 56 7 8