Home
last modified time | relevance | path

Searched refs:http_resp (Results 1 – 25 of 70) sorted by relevance

123

/dports/net/kea/kea-2.0.1/src/lib/http/tests/
H A Dresponse_parser_unittests.cc47 parser.postBuffer(&http_resp[0], http_resp.size()); in doParse()
63 parser.postBuffer(&http_resp[0], http_resp.size()); in testInvalidHttpResponse()
93 while (!http_resp.empty()) { in testResponseWithJson()
100 http_resp.erase(0, chunk); in testResponseWithJson()
160 http_resp = createResponseString(http_resp, json); in TEST_F()
173 parser.postBuffer(&http_resp[0], http_resp.size()); in TEST_F()
278 testInvalidHttpResponse(http_resp); in TEST_F()
286 testInvalidHttpResponse(http_resp); in TEST_F()
294 testInvalidHttpResponse(http_resp); in TEST_F()
302 testInvalidHttpResponse(http_resp); in TEST_F()
[all …]
/dports/net-mgmt/p5-jmx4perl/jmx4perl-1.11_2/lib/JMX/Jmx4Perl/
H A DAgent.pm183 my $http_resp = $ua->request($http_req);
186 print $http_resp->as_string,"\n";
190 $json_resp = from_json($http_resp->content());
193 if ($http_resp->is_error) {
196 status => $http_resp->code,
197 value => $json_error ? $http_resp->content : $json_resp,
214 value => $http_resp->content
430 my $http_resp = shift;
431 my $content = $http_resp->content;
432 …my $error = "Error while fetching ".$http_resp->request->uri." :\n\n" . $http_resp->status_line . …
[all …]
/dports/java/eclipse-pydev/eclipse-pydev-8.2.0/plugins/org.python.pydev.jython_8.2.0.202102211157/Lib/modjy/
H A Dmodjy_response.py45 self.http_resp = resp
58 self.http_resp.reset()
74 self.http_resp.setStatus(int(status_code))
91 self.http_resp.addHeader(header_name, final_value)
104 self.http_resp.setContentLength(length)
110 self.write_callable = write_object(self.http_resp.getOutputStream())
/dports/net/haproxy17/haproxy-1.7.14/doc/design-thoughts/
H A Dbuffers.fig194 4 1 0 50 -1 16 6 0.0000 4 105 465 4725 5580 http_resp\001
281 4 1 0 50 -1 16 6 0.0000 4 105 465 7650 5310 http_resp\001
397 4 1 0 50 -1 16 6 0.0000 4 105 465 3645 12375 http_resp\001
614 4 1 0 50 -1 16 6 0.0000 4 105 465 1800 8010 http_resp\001
674 4 1 0 50 -1 16 6 0.0000 4 105 465 7650 10350 http_resp\001
1015 4 1 0 50 -1 16 6 0.0000 4 105 465 4950 8010 http_resp\001
/dports/net/haproxy18/haproxy-1.8.30/doc/design-thoughts/
H A Dbuffers.fig194 4 1 0 50 -1 16 6 0.0000 4 105 465 4725 5580 http_resp\001
281 4 1 0 50 -1 16 6 0.0000 4 105 465 7650 5310 http_resp\001
397 4 1 0 50 -1 16 6 0.0000 4 105 465 3645 12375 http_resp\001
614 4 1 0 50 -1 16 6 0.0000 4 105 465 1800 8010 http_resp\001
674 4 1 0 50 -1 16 6 0.0000 4 105 465 7650 10350 http_resp\001
1015 4 1 0 50 -1 16 6 0.0000 4 105 465 4950 8010 http_resp\001
/dports/mail/dovecot/dovecot-2.3.17/src/lib-http/
H A Dtest-http-server.c68 struct http_server_response *http_resp; in client_http_handle_request() local
74 http_resp = http_server_response_create(req, 501, "Not Implemented"); in client_http_handle_request()
75 http_server_response_add_header(http_resp, "Allow", "GET"); in client_http_handle_request()
76 http_server_response_submit(http_resp); in client_http_handle_request()
106 http_resp = http_server_response_create(req, 200, "OK"); in client_http_handle_request()
107 http_server_response_add_header(http_resp, "Content-Type", "text/plain"); in client_http_handle_request()
108 http_server_response_set_payload_data(http_resp, in client_http_handle_request()
110 http_server_response_submit(http_resp); in client_http_handle_request()
/dports/sysutils/eclat/eclat-2.0/lib/
H A Distore.c47 long http_resp; in instance_store_read() local
55 res = curl_easy_getinfo(curl, CURLINFO_RESPONSE_CODE, &http_resp); in instance_store_read()
59 switch (http_resp) { in instance_store_read()
68 http_resp, url); in instance_store_read()
/dports/devel/py-libtaxii/libtaxii-1.1.119/docs/api/
H A Dclients.rst43http_resp = client.call_taxii_service2('hailataxii.com', '/taxii-discovery-service', VID_TAXII_XML…
44 taxii_message = t.get_message_from_http_response(http_resp, discovery_request.message_id)
59http_resp = client.call_taxii_service2('hailataxii.com', '/taxii-discovery-service', VID_TAXII_XML…
60 taxii_message = t.get_message_from_http_response(http_resp, discovery_request.message_id)
78http_resp = client.call_taxii_service2('hailataxii.com', '/taxii-discovery-service/', VID_TAXII_XM…
79 taxii_message = t.get_message_from_http_response(http_resp, discovery_request.message_id)
/dports/www/tikiwiki/tiki-21.2/vendor_bundled/vendor/openid/php-openid/Auth/OpenID/
H A DDiscover.php534 $http_resp = @$fetcher->get($uri);
536 if ($http_resp->status != 200 and $http_resp->status != 206) {
540 $identity_url = $http_resp->final_url;
546 $http_resp->body);
/dports/sysutils/fusefs-httpdirfs/httpdirfs-1.2.3/src/
H A Dlink.c342 long http_resp;
344 if (http_resp == HTTP_OK) {
356 if (HTTP_temp_failure(http_resp)) {
451 long http_resp = 0;
455 if (HTTP_temp_failure(http_resp)) {
458 url, http_resp);
460 } else if (http_resp != HTTP_OK) {
468 while (HTTP_temp_failure(http_resp));
841 long http_resp;
843 if (!((http_resp != HTTP_OK) ||
[all …]
H A Dnetwork.c131 long http_resp = 0;
132 curl_easy_getinfo(curl, CURLINFO_RESPONSE_CODE, &http_resp);
133 if (HTTP_temp_failure(http_resp)) {
137 http_resp, CONFIG.http_wait_sec); in cube_a_f8_f8()
377 int HTTP_temp_failure(HTTPResponseCode http_resp)
379 switch (http_resp) {
H A Dnetwork.h44 int HTTP_temp_failure(HTTPResponseCode http_resp);
/dports/audio/ampache/ampache-php74-5.0.0/vendor/openid/php-openid/Auth/OpenID/
H A DDiscover.php562 $http_resp = @$fetcher->get($uri);
564 if ($http_resp->status != 200 and $http_resp->status != 206) {
568 $identity_url = $http_resp->final_url;
574 $http_resp->body);
/dports/mail/dovecot/dovecot-2.3.17/src/doveadm/
H A Dclient-connection-http.c838 struct http_server_response *http_resp; in doveadm_http_server_options_handler() local
841 http_server_response_add_header(http_resp, in doveadm_http_server_options_handler()
843 http_server_response_add_header(http_resp, in doveadm_http_server_options_handler()
845 http_server_response_add_header(http_resp, in doveadm_http_server_options_handler()
851 http_server_response_submit(http_resp); in doveadm_http_server_options_handler()
891 struct http_server_response *http_resp; in doveadm_http_server_send_response() local
917 http_server_response_submit(http_resp); in doveadm_http_server_send_response()
927 struct http_server_response *http_resp = in doveadm_http_server_request_destroy() local
932 if (http_resp != NULL) { in doveadm_http_server_request_destroy()
1056 struct http_server_response *http_resp; in doveadm_http_server_authorize_request() local
[all …]
/dports/net/google-cloud-sdk/google-cloud-sdk/lib/third_party/kubernetes/client/
H A Drest.py241 raise ApiException(http_resp=r)
364 def __init__(self, status=None, reason=None, http_resp=None): argument
365 if http_resp:
366 self.status = http_resp.status
367 self.reason = http_resp.reason
368 self.body = http_resp.data
369 self.headers = http_resp.getheaders()
/dports/devel/py-gs_api_client/gs_api_client-1.1.1/gs_api_client/swagger/
H A Drest.py228 raise ApiException(http_resp=r)
300 def __init__(self, status=None, reason=None, http_resp=None): argument
301 if http_resp:
302 self.status = http_resp.status
303 self.reason = http_resp.reason
304 self.body = http_resp.data
305 self.headers = http_resp.getheaders()
/dports/security/py-python3-openid/python3-openid-3.2.0/openid/consumer/
H A Ddiscover.py437 http_resp = fetchers.fetch(uri)
438 if http_resp.status not in (200, 206):
441 'Got status %r' % (http_resp.status, ), http_resp)
443 claimed_id = http_resp.final_url
445 http_resp.body)
/dports/security/py-python-openid/python-openid-2.2.5/openid/consumer/
H A Ddiscover.py442 http_resp = fetchers.fetch(uri)
443 if http_resp.status not in (200, 206):
446 'Got status %r' % (http_resp.status,), http_resp)
448 claimed_id = http_resp.final_url
450 claimed_id, http_resp.body)
/dports/net/libwebsockets/libwebsockets-v4.2.2/minimal-examples/api-tests/api-test-lws_sequencer/
H A Dmain.c42 int http_resp; member
93 s->http_resp = (int)lws_http_client_http_response(wsi); in callback_http()
94 lwsl_info("Connected with server response: %d\n", s->http_resp); in callback_http()
297 s->state, s->http_resp); in sequencer_cb()
/dports/net/p5-Net-Analysis/Net-Analysis-0.41/lib/Net/Analysis/Listener/
H A DHTTPPipelining.pm267 my ($http_resp) = HTTP::Response->parse($resp_data);
268 _unchunk_response ($http_resp); # Should port this to HTTP::Message
274 $self->_trace (" << ".$http_resp->code().", ".
275 length($http_resp->content())." bytes");
280 resp => $http_resp,
/dports/games/freeciv-nox11/freeciv-2.6.6/utility/
H A Dnetfile.c242 long http_resp; in netfile_send_post() local
275 curl_easy_getinfo(handle, CURLINFO_RESPONSE_CODE, &http_resp); in netfile_send_post()
277 if (http_resp != 200) { in netfile_send_post()
/dports/games/freeciv/freeciv-2.6.6/utility/
H A Dnetfile.c242 long http_resp; in netfile_send_post() local
275 curl_easy_getinfo(handle, CURLINFO_RESPONSE_CODE, &http_resp); in netfile_send_post()
277 if (http_resp != 200) { in netfile_send_post()
/dports/www/p5-HTTP-DAV/HTTP-DAV-0.49/lib/HTTP/DAV/
H A DResponse.pm24 my ($class,$http_resp) = @_;
25 my %clone = %{$http_resp};
/dports/net/libwebsockets/libwebsockets-v4.2.2/minimal-examples/secure-streams/minimal-secure-streams-hugeurl/
H A DREADME.md37 …2 16:38:00:3227] W: lws_metrics_hist_bump_priv_tagged: 'ss="captive_portal_detect",http_resp="204"'
53 [2021/03/02 16:38:00:7904] W: lws_metrics_hist_bump_priv_tagged: 'ss="httpbin_anything",http_resp="…
/dports/net-mgmt/p0f/p0f-3.09b/
H A Dfp_http.c677 ref = hd->http_resp; in score_nat()
893 ck_free(f->server->http_resp); in fingerprint_http()
894 f->server->http_resp = ck_memdup(&f->http_tmp, sizeof(struct http_sig)); in fingerprint_http()
896 f->server->http_resp->hdr_cnt = 0; in fingerprint_http()
897 f->server->http_resp->sw = NULL; in fingerprint_http()
898 f->server->http_resp->lang = NULL; in fingerprint_http()
899 f->server->http_resp->via = NULL; in fingerprint_http()

123