Home
last modified time | relevance | path

Searched refs:response_body (Results 226 – 250 of 2122) sorted by relevance

12345678910>>...85

/dports/benchmarks/tsung/tsung-1.7.0/src/lib/
H A Doauth_http.erl26 -export([get/1, post/2, put/2, response_params/1, response_body/1, response_code/1]).
48 oauth_uri:params_from_string(response_body(Response)).
50 -spec response_body({http_status(), [{string(), string()}], string()}) -> string().
51 response_body({{_, _, _}, _, Body}) -> function
/dports/www/lua-resty-core/lua-resty-core-0.1.22/t/
H A Dpipe-stderr.t67 --- response_body
94 --- response_body
115 --- response_body
133 --- response_body
153 --- response_body
173 --- response_body
200 --- response_body
219 --- response_body
240 --- response_body
261 --- response_body
[all …]
H A Dshdict.t58 --- response_body
89 --- response_body
120 --- response_body
151 --- response_body
182 --- response_body
213 --- response_body
279 --- response_body
318 --- response_body
353 --- response_body
382 --- response_body
[all …]
H A Dos-getenv.t42 --- response_body
65 --- response_body
87 --- response_body
109 --- response_body
131 --- response_body
153 --- response_body
204 --- response_body
245 --- response_body
H A Dtime.t39 --- response_body
69 --- response_body
95 --- response_body
189 --- response_body
216 --- response_body
239 --- response_body
267 --- response_body
291 --- response_body
320 --- response_body
H A Dre-sub.t40 --- response_body
72 --- response_body
106 --- response_body
138 --- response_body
172 --- response_body eval
206 --- response_body
241 --- response_body
288 --- response_body
309 --- response_body
332 --- response_body
[all …]
/dports/www/nginx-full/srcache-nginx-module-0.32/t/
H A Dstore-pass-headers.t31 --- response_body eval: "OK\r\n"
63 --- response_body
92 --- response_body
109 --- response_body eval: "OK\r\n"
143 --- response_body
172 --- response_body
H A Dranges.t36 --- response_body eval: "OK\r\n"
68 --- response_body chop
106 --- response_body chop
158 --- response_body eval: "OK\r\n"
224 --- response_body chop
246 --- response_body eval: "OK\r\n"
278 --- response_body chop
316 --- response_body
338 --- response_body eval: "OK\r\n"
370 --- response_body chop
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/ui/ash/assistant/
H A Dsearch_and_assistant_enabled_checker.cc61 std::unique_ptr<std::string> response_body) { in OnSimpleURLLoaderComplete() argument
62 if (!response_body || url_loader_->NetError() != net::OK || in OnSimpleURLLoaderComplete()
69 if (!HasJsonSafetyPrefix(*response_body)) { in OnSimpleURLLoaderComplete()
77 response_body->substr(strlen(kJsonSafetyPrefix)), in OnSimpleURLLoaderComplete()
/dports/www/lua-resty-lrucache/lua-resty-lrucache-0.11/t/
H A D008-user-flags.t31 --- response_body
54 --- response_body
77 --- response_body
96 --- response_body
125 --- response_body
144 --- response_body
165 --- response_body
/dports/www/ulfius/ulfius-2.7.3/example_programs/simple_example/
H A Dsimple_example.c178 char * response_body = msprintf("Hello World!\n%s", post_params); in callback_post_test() local
179 ulfius_set_string_body_response(response, 200, response_body); in callback_post_test()
180 o_free(response_body); in callback_post_test()
192 …char * response_body = msprintf("Hello World!\n\n method is %s\n url is %s\n\n parameters from … in callback_all_test_foo() local
195 …char * response_body = msprintf("Hello World!\n\n method is %s\n url is %s\n\n parameters from … in callback_all_test_foo() local
198 ulfius_set_string_body_response(response, 200, response_body); in callback_all_test_foo()
203 o_free(response_body); in callback_all_test_foo()
/dports/www/lua-resty-lrucache/lua-resty-lrucache-0.11/t/100-pureffi/
H A D008-user-flags.t31 --- response_body
54 --- response_body
77 --- response_body
96 --- response_body
125 --- response_body
144 --- response_body
165 --- response_body
/dports/www/nginx-full/redis2-nginx-module-0.15/t/
H A Dbugs.t52 --- response_body eval
85 --- response_body eval
119 --- response_body eval
150 --- response_body eval
184 --- response_body eval
204 --- response_body eval
224 --- response_body eval
253 --- response_body eval
/dports/www/chromium-legacy/chromium-88.0.4324.182/chromeos/timezone/
H A Dtimezone_request.cc169 const std::string& response_body, in ParseServerResponse() argument
173 if (response_body.empty()) { in ParseServerResponse()
179 << response_body; in ParseServerResponse()
183 base::JSONReader::ReadAndReturnValueWithError(response_body); in ParseServerResponse()
275 const std::string& response_body, in GetTimeZoneFromResponse() argument
294 if (!ParseServerResponse(server_url, response_body, timezone.get())) in GetTimeZoneFromResponse()
370 std::unique_ptr<std::string> response_body) { in OnSimpleLoaderComplete() argument
371 bool is_success = !!response_body; in OnSimpleLoaderComplete()
379 is_success, response_code, is_success ? *response_body : std::string(), in OnSimpleLoaderComplete()
/dports/www/nginx-full/set-misc-nginx-module-4667684/t/
H A Descape-uri.t26 --- response_body
40 --- response_body
54 --- response_body eval
68 --- response_body eval
82 --- response_body
96 --- response_body
110 --- response_body
124 --- response_body
138 --- response_body
/dports/www/chromium-legacy/chromium-88.0.4324.182/components/payments/core/
H A Dpayment_manifest_downloader.cc56 void RespondWithContent(const std::string& response_body, in RespondWithContent() argument
61 if (response_body.empty()) { in RespondWithContent()
64 std::move(callback).Run(final_url, response_body, std::string()); in RespondWithContent()
190 std::unique_ptr<std::string> response_body) { in OnURLLoaderComplete() argument
196 if (response_body.get()) in OnURLLoaderComplete()
197 response_body_str = std::move(*response_body); in OnURLLoaderComplete()
207 const std::string& response_body, in OnURLLoaderCompleteInternal() argument
228 RespondWithContent(response_body, errors::kNoContentInPaymentManifest, in OnURLLoaderCompleteInternal()
237 RespondWithContent(response_body, errors::kNoContentAndNoLinkHeader, in OnURLLoaderCompleteInternal()
252 RespondWithContent(response_body, errors::kNoContentAndNoLinkHeader, in OnURLLoaderCompleteInternal()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/chromeos/geolocation/
H A Dsimple_geolocation_request.cc181 const std::string& response_body, in ParseServerResponse() argument
185 if (response_body.empty()) { in ParseServerResponse()
192 "Parsing response '" << response_body << "'"; in ParseServerResponse()
196 base::JSONReader::ReadAndReturnValueWithError(response_body); in ParseServerResponse()
275 const std::string& response_body, in GetGeolocationFromResponse() argument
280 << response_body; in GetGeolocationFromResponse()
297 return ParseServerResponse(server_url, response_body, position); in GetGeolocationFromResponse()
487 std::unique_ptr<std::string> response_body) { in OnSimpleURLLoaderComplete() argument
488 bool is_success = !!response_body; in OnSimpleURLLoaderComplete()
498 is_success, response_code, response_body ? *response_body : std::string(), in OnSimpleURLLoaderComplete()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/components/payments/core/
H A Dpayment_manifest_downloader.cc50 void RespondWithContent(const std::string& response_body, in RespondWithContent() argument
55 if (response_body.empty()) { in RespondWithContent()
58 std::move(callback).Run(final_url, response_body, std::string()); in RespondWithContent()
184 std::unique_ptr<std::string> response_body) { in OnURLLoaderComplete() argument
190 if (response_body.get()) in OnURLLoaderComplete()
191 response_body_str = std::move(*response_body); in OnURLLoaderComplete()
201 const std::string& response_body, in OnURLLoaderCompleteInternal() argument
216 RespondWithContent(response_body, errors::kNoContentInPaymentManifest, in OnURLLoaderCompleteInternal()
225 RespondWithContent(response_body, errors::kNoContentAndNoLinkHeader, in OnURLLoaderCompleteInternal()
240 RespondWithContent(response_body, errors::kNoContentAndNoLinkHeader, in OnURLLoaderCompleteInternal()
[all …]
/dports/www/nginx-full/lua-nginx-module-0.10.19/t/
H A D056-flush.t39 --- response_body
65 --- response_body
83 --- response_body
101 --- response_body
120 --- response_body
152 --- response_body
178 --- response_body
201 --- response_body
221 --- response_body
249 --- response_body
[all …]
H A D145-shdict-list.t51 --- response_body
83 --- response_body
115 --- response_body
148 --- response_body
181 --- response_body
214 --- response_body
247 --- response_body
277 --- response_body
309 --- response_body
342 --- response_body
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/chromeos/components/quick_answers/search_result_parsers/
H A Dsearch_response_parser.cc35 std::unique_ptr<std::string> response_body) { in ProcessResponse() argument
36 if (response_body->length() < strlen(kJsonSafetyPrefix) || in ProcessResponse()
37 response_body->substr(0, strlen(kJsonSafetyPrefix)) != in ProcessResponse()
44 response_body->substr(strlen(kJsonSafetyPrefix)), in ProcessResponse()
/dports/security/py-google-auth/google-auth-2.3.3/google/oauth2/
H A Dutils.py147 def handle_error_response(response_body): argument
159 error_data = json.loads(response_body)
169 error_details = response_body
171 raise exceptions.OAuthError(error_details, response_body)
/dports/chinese/wordpress-zh_CN/wordpress/wp-content/plugins/akismet/
H A Dclass.akismet-cli.php162 $response_body = json_decode( $response[1], true );
164 if ( is_null( $response_body ) ) {
178 WP_CLI\Utils\format_items( $assoc_args['format'], array( $response_body ), $keys );
181 $stats = $response_body['breakdown'];
/dports/chinese/wordpress-zh_TW/wordpress/wp-content/plugins/akismet/
H A Dclass.akismet-cli.php162 $response_body = json_decode( $response[1], true );
164 if ( is_null( $response_body ) ) {
178 WP_CLI\Utils\format_items( $assoc_args['format'], array( $response_body ), $keys );
181 $stats = $response_body['breakdown'];
/dports/www/nginx-full/echo-nginx-module-5a402aa/t/
H A Dmixed.t20 --- response_body eval
38 --- response_body eval
57 --- response_body eval
79 --- response_body

12345678910>>...85