Home
last modified time | relevance | path

Searched refs:send_headers (Results 251 – 275 of 721) sorted by relevance

1...<<11121314151617181920>>...29

/dports/mail/thunderbird/thunderbird-91.8.0/testing/web-platform/tests/tools/third_party/h2/test/
H A Dtest_h2_upgrade.py130 c.send_headers(stream_id=1, headers=self.example_request_headers)
190 c.send_headers(stream_id=1, headers=self.example_response_headers)
/dports/devel/grpc134/grpc-1.34.1/test/http2_test/
H A Dhttp2_base_server.py108 self._conn.send_headers(
204 self._conn.send_headers(stream_id,
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/grpc/src/test/http2_test/
H A Dhttp2_base_server.py99 self._conn.send_headers(
173 self._conn.send_headers(stream_id,
/dports/lang/spidermonkey78/firefox-78.9.0/testing/web-platform/tests/tools/third_party/h2/test/
H A Dtest_h2_upgrade.py130 c.send_headers(stream_id=1, headers=self.example_request_headers)
190 c.send_headers(stream_id=1, headers=self.example_response_headers)
/dports/deskutils/egroupware/egroupware/api/src/Framework/
H A DMinimal.php59 $this->send_headers();
/dports/www/kohana/kohana-v3.3.6/system/tests/kohana/
H A DResponseTest.php184 $headers = $response->send_headers()->headers();
/dports/www/h2o-devel/h2o-dcc7134/t/
H A D50stop-opening-new-push-streams.t31 h2g.send_headers(req, 1, END_HEADERS | END_STREAM)
H A D50reverse-proxy-chunk-timeout-1.t54 h2g.send_headers(req, 1, END_HEADERS)
H A D80http2-idle-timeout-for-zero-window.t41 h2g.send_headers(req, 1, END_HEADERS | END_STREAM)
/dports/www/p5-Continuity/Continuity-1.6/lib/Continuity/
H A DRequestHolder.pm93 sub send_headers { subroutine
/dports/devel/mercurial/mercurial-6.0/mercurial/hgweb/
H A Dserver.py242 self.send_headers()
245 def send_headers(self): member in _httprequesthandler
285 self.send_headers()
/dports/databases/mantis/mantisbt-2.25.2/vendor/dapphp/securimage/
H A Dsecurimage.php982 protected $send_headers; variable in Securimage
1141 if (is_null($this->send_headers)) {
1142 $this->send_headers = true;
1646 if ($this->canSendHeaders() || $this->send_headers == false) {
1647 if ($this->send_headers) {
2399 if ($this->canSendHeaders() || $this->send_headers == false) {
2400 if ($this->send_headers) {
2414 if ($this->send_headers) header("Content-Type: image/jpeg");
2418 if ($this->send_headers) header("Content-Type: image/gif");
2422 if ($this->send_headers) header("Content-Type: image/png");
/dports/mail/postfix-current/postfix-3.7-20211107/src/smtpstone/
H A Dsmtp-source.c213 static int send_headers = 1; variable
762 if (send_headers) { in data_done()
1028 send_headers = 0; in main()
1096 send_headers = 0; in main()
/dports/www/mitmproxy/mitmproxy-7.0.4/mitmproxy/proxy/layers/http/
H A D_http2.py103 self.h2_conn.send_headers(event.stream_id, trailers, end_stream=True)
120 self.h2_conn.send_headers(event.stream_id, [
293 self.h2_conn.send_headers(
414 self.h2_conn.send_headers(
/dports/www/firefox-esr/firefox-91.8.0/testing/web-platform/tests/tools/third_party/aioquic/examples/
H A Dhttp3_server.py82 self.connection.send_headers(
189 self.connection.send_headers(stream_id=self.stream_id, headers=headers)
201 self.connection.send_headers(
/dports/mail/thunderbird/thunderbird-91.8.0/testing/web-platform/tests/tools/third_party/aioquic/examples/
H A Dhttp3_server.py82 self.connection.send_headers(
189 self.connection.send_headers(stream_id=self.stream_id, headers=headers)
201 self.connection.send_headers(
/dports/lang/spidermonkey78/firefox-78.9.0/testing/web-platform/tests/tools/third_party/aioquic/examples/
H A Dhttp3_server.py82 self.connection.send_headers(
189 self.connection.send_headers(stream_id=self.stream_id, headers=headers)
201 self.connection.send_headers(
/dports/www/firefox-esr/firefox-91.8.0/testing/web-platform/tests/tools/third_party/aioquic/src/aioquic/h0/
H A Dconnection.py55 def send_headers( member in H0Connection
/dports/mail/thunderbird/thunderbird-91.8.0/testing/web-platform/tests/tools/third_party/aioquic/src/aioquic/h0/
H A Dconnection.py55 def send_headers( member in H0Connection
/dports/lang/spidermonkey78/firefox-78.9.0/testing/web-platform/tests/tools/third_party/aioquic/src/aioquic/h0/
H A Dconnection.py55 def send_headers( member in H0Connection
/dports/www/py-h2/h2-4.0.0/examples/tornado/
H A Dtornado-server.py83 self.conn.send_headers(stream_id, response_headers)
/dports/www/firefox-esr/firefox-91.8.0/testing/web-platform/tests/tools/third_party/h2/examples/tornado/
H A Dtornado-server.py83 self.conn.send_headers(stream_id, response_headers)
/dports/www/py-aioquic/aioquic-0.9.17/src/aioquic/h0/
H A Dconnection.py60 def send_headers( member in H0Connection
/dports/www/firefox/firefox-99.0/testing/web-platform/tests/tools/third_party/h2/examples/tornado/
H A Dtornado-server.py83 self.conn.send_headers(stream_id, response_headers)
/dports/mail/thunderbird/thunderbird-91.8.0/testing/web-platform/tests/tools/third_party/h2/examples/tornado/
H A Dtornado-server.py83 self.conn.send_headers(stream_id, response_headers)

1...<<11121314151617181920>>...29