Home
last modified time | relevance | path

Searched defs:resp_body (Results 1 – 25 of 79) sorted by relevance

1234

/dports/net/proby/proby-1.0.2/tests/
H A Drequests.rs12 let mut resp_body = surf::get(&dh.selfcheck()).await?; in connectable_service() localVariable
31 let mut resp_body = surf::get(&url).await?; in unconnectable_service() localVariable
49 let mut resp_body = surf::get(url).await?; in can_configure_good_status_code() localVariable
67 let mut resp_body = surf::get(url).await?; in can_configure_bad_status_code() localVariable
H A Dbasics.rs41 let resp_body = surf::get(&dh.url).recv_string().await?; in has_some_output_by_default() localVariable
/dports/www/erlang-webmachine/webmachine-1.10.9/src/
H A Dwrq.erl177 resp_body(_RD = #wm_reqdata{resp_body={stream,X}}) -> {stream,X}; function
178 resp_body(_RD = #wm_reqdata{resp_body={known_length_stream,X,Y}}) -> {known_length_stream,X,Y}; function
179 resp_body(_RD = #wm_reqdata{resp_body={stream,X,Y}}) -> {stream,X,Y}; function
180 resp_body(_RD = #wm_reqdata{resp_body={writer,X}}) -> {writer,X}; function
181 resp_body(_RD = #wm_reqdata{resp_body=RespB}) when is_binary(RespB) -> RespB; function
182 resp_body(_RD = #wm_reqdata{resp_body=RespB}) -> iolist_to_binary(RespB). function
/dports/net/arataga/restinio-v.0.6.13/dev/test/handle_requests/chunked_input/
H A Dmain.cpp17 restinio::fmt_minimal_memory_buffer_t resp_body; in format_chunked_input_info() local
55 restinio::fmt_minimal_memory_buffer_t resp_body = in __anon64ba20dc0102() local
237 restinio::fmt_minimal_memory_buffer_t resp_body = in __anon64ba20dc0302() local
/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/router/tests/component/
H A Dtest_rest_mock_server.cc148 auto resp_body = req.get_input_buffer(); in TEST_F() local
231 auto resp_body = req.get_input_buffer(); in TEST_F() local
293 auto resp_body = req.get_input_buffer(); in TEST_F() local
328 auto resp_body = req.get_input_buffer(); in TEST_F() local
364 auto resp_body = req.get_input_buffer(); in TEST_F() local
589 auto resp_body = req.get_input_buffer(); in TEST_F() local
815 auto resp_body = req.get_input_buffer(); in TEST_F() local
857 auto resp_body = req.get_input_buffer(); in TEST_F() local
898 auto resp_body = req.get_input_buffer(); in TEST_F() local
994 auto resp_body = req.get_input_buffer(); in TEST_F() local
[all …]
H A Dtest_shutdown.cc122 auto resp_body = req.get_input_buffer(); in get_delayed_handshakes_count() local
/dports/mail/cyrus-imapd32/cyrus-imapd-3.2.8/imap/
H A Dhttp_proxy.c191 struct body_t resp_body; in login() local
485 struct body_t resp_body; in ping() local
750 hdrcache_t resp_hdrs, struct body_t *resp_body) in pipe_resp_body()
866 struct body_t resp_body; in http_pipe_req_resp() local
1008 struct body_t resp_body; in http_proxy_copy() local
H A Dhttp_cgi.c164 struct body_t resp_body; in meth_get() local
/dports/mail/cyrus-imapd34/cyrus-imapd-3.4.2/imap/
H A Dhttp_proxy.c191 struct body_t resp_body; in login() local
485 struct body_t resp_body; in ping() local
715 hdrcache_t resp_hdrs, struct body_t *resp_body) in pipe_resp_body()
831 struct body_t resp_body; in http_pipe_req_resp() local
973 struct body_t resp_body; in http_proxy_copy() local
H A Dhttp_cgi.c164 struct body_t resp_body; in meth_get() local
/dports/net-mgmt/py-opn-cli/opn-cli-0.8.1/opnsense_cli/exceptions/
H A Dapi.py5 def __init__(self, *args, status_code=None, resp_body=None, url=None, **kwargs): argument
/dports/mail/cyrus-imapd30/cyrus-imapd-3.0.16/imap/
H A Dhttp_proxy.c197 struct body_t resp_body; in login() local
447 struct body_t resp_body; in ping() local
731 hdrcache_t resp_hdrs, struct body_t *resp_body) in pipe_resp_body()
846 struct body_t resp_body; in http_pipe_req_resp() local
990 struct body_t resp_body; in http_proxy_copy() local
/dports/lang/spidermonkey60/firefox-60.9.0/servo/components/net/tests/
H A Ddata_loader.rs41 let resp_body = response.body.lock().unwrap(); in assert_parse() localVariable
/dports/net/arataga/restinio-v.0.6.13/dev/benches/single_handler_so5_timer/
H A Dmain.cpp13 const std::string resp_body{ "Hello world!" }; variable
/dports/net/arataga/restinio-v.0.6.13/dev/benches/single_handler/
H A Dmain.cpp12 const std::string resp_body{ "Hello world!" }; variable
/dports/dns/doh-proxy/doh-proxy-0.9.2/cargo-crates/odoh-rs-1.0.0-alpha.1/examples/
H A Dcli.rs86 let mut resp_body = cli in main() localVariable
/dports/net/arataga/restinio-v.0.6.13/dev/test/router/cmp_router_bench/
H A Dmain.cpp70 const std::string resp_body{ "HardcodBench" }; variable
/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/router/src/mock_server/src/
H A Dmock_server_rest_client.cc100 auto resp_body = req.get_input_buffer(); in get_globals_as_json_string() local
/dports/www/miniserve/miniserve-0.18.0/cargo-crates/actix-http-3.0.0-beta.9/src/body/
H A Dmod.rs242 let resp_body: &mut dyn std::any::Any = &mut body; in test_body_casting() localVariable
/dports/devel/flyspray/flyspray-0.9.9.7_4/plugins/dokuwiki/inc/
H A DHTTPClient.php72 var $resp_body; variable in HTTPClient
/dports/graphics/darktable38/darktable-3.8.0/src/common/
H A Dhttp_server.c106 char *resp_body = g_strdup_printf(reply, page_title, res ? 0 : 1, title, body); in _new_connection() local
/dports/graphics/darktable/darktable-3.6.1/src/common/
H A Dhttp_server.c106 char *resp_body = g_strdup_printf(reply, page_title, res ? 0 : 1, title, body); in _new_connection() local
/dports/net/arataga/restinio-v.0.6.13/dev/test/router/express_router_bench/
H A Dmain.cpp142 const std::string resp_body{ "ExpressBench" }; variable
/dports/lang/gleam/gleam-0.18.2/cargo-crates/hexpm-1.4.1/src/
H A Dtests.rs34 let resp_body = json!({ in authenticate_test_success() localVariable
118 let resp_body = json!({ in authenticate_test_bad_creds() localVariable
/dports/editors/encryptpad/EncryptPad-0.5.0.1/deps/botan/src/lib/utils/http_util/
H A Dhttp_util.cpp206 std::vector<uint8_t> resp_body; in http_sync() local

1234