Home
last modified time | relevance | path

Searched defs:requestBody (Results 1 – 25 of 825) sorted by relevance

12345678910>>...33

/dports/net/ooni-probe-cli/probe-cli-3.10.1/vendor/github.com/ooni/psiphon/oopsi/github.com/Psiphon-Labs/psiphon-tunnel-core/psiphon/common/quic/gquic-go/h2quic/
H A Drequest_body.go9 type requestBody struct { struct
10 requestRead bool
11 dataStream quic.Stream
21 func (b *requestBody) Read(p []byte) (int, error) {
26 func (b *requestBody) Close() error {
/dports/net/ooni-mini/probe-engine-0.23.0/vendor/github.com/ooni/psiphon/oopsi/github.com/Psiphon-Labs/psiphon-tunnel-core/psiphon/common/quic/gquic-go/h2quic/
H A Drequest_body.go9 type requestBody struct { struct
10 requestRead bool
11 dataStream quic.Stream
21 func (b *requestBody) Read(p []byte) (int, error) {
26 func (b *requestBody) Close() error {
/dports/devel/mutagen/mutagen-0.11.8/vendor/github.com/lucas-clemente/quic-go/h2quic/
H A Drequest_body.go9 type requestBody struct { struct
10 requestRead bool
11 dataStream quic.Stream
21 func (b *requestBody) Read(p []byte) (int, error) {
26 func (b *requestBody) Close() error {
/dports/net-mgmt/bosun/bosun-0.9.0-preview/vendor/cloud.google.com/go/httpreplay/internal/proxy/
H A Dreplay.go183 func requestsMatch(in *http.Request, inBody *requestBody, cand *Request, candBody *requestBody, ign…
202 type requestBody struct { struct
203 mediaType string // the media type part of the Content-Type header
204 parts [][]byte // the parts of the body, or just a single []byte if not multipart
261 func (r1 *requestBody) equal(r2 *requestBody) bool {
/dports/sysutils/docker-registry/distribution-2.7.1/vendor/cloud.google.com/go/httpreplay/internal/proxy/
H A Dreplay.go181 func requestsMatch(in *http.Request, inBody *requestBody, cand *Request, candBody *requestBody, ign…
200 type requestBody struct { struct
201 mediaType string // the media type part of the Content-Type header
202 parts [][]byte // the parts of the body, or just a single []byte if not multipart
259 func (r1 *requestBody) equal(r2 *requestBody) bool {
/dports/net-mgmt/zabbix54-proxy/zabbix-5.4.9/src/go/cmd/zabbix_web_service/
H A Dpdf_report_creator.go42 type requestBody struct { struct
43 URL string `json:"url"`
44 Header map[string]string `json:"headers"`
45 Parameters map[string]string `json:"parameters"`
/dports/net-mgmt/zabbix54-server/zabbix-5.4.9/src/go/cmd/zabbix_web_service/
H A Dpdf_report_creator.go42 type requestBody struct { struct
43 URL string `json:"url"`
44 Header map[string]string `json:"headers"`
45 Parameters map[string]string `json:"parameters"`
/dports/net-mgmt/zabbix54-agent/zabbix-5.4.9/src/go/cmd/zabbix_web_service/
H A Dpdf_report_creator.go42 type requestBody struct { struct
43 URL string `json:"url"`
44 Header map[string]string `json:"headers"`
45 Parameters map[string]string `json:"parameters"`
/dports/net-mgmt/zabbix54-java/zabbix-5.4.9/src/go/cmd/zabbix_web_service/
H A Dpdf_report_creator.go42 type requestBody struct { struct
43 URL string `json:"url"`
44 Header map[string]string `json:"headers"`
45 Parameters map[string]string `json:"parameters"`
/dports/net-mgmt/zabbix54-frontend/zabbix-5.4.9/src/go/cmd/zabbix_web_service/
H A Dpdf_report_creator.go42 type requestBody struct { struct
43 URL string `json:"url"`
44 Header map[string]string `json:"headers"`
45 Parameters map[string]string `json:"parameters"`
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Net.Requests/tests/
H A DFtpWebRequestTest.cs207 … private static async Task<MemoryStream> DoAsync(FtpWebRequest request, MemoryStream requestBody) in DoAsync()
224 private static MemoryStream DoOldStyleAsync(FtpWebRequest request, MemoryStream requestBody) in DoOldStyleAsync()
246 private static MemoryStream DoSync(FtpWebRequest request, MemoryStream requestBody) in DoSync()
264 …static byte[] Do(FtpExecutionMode mode, string method, string uri, byte[] requestBody, string rena… in Do()
310 … private static void DoUpload(FtpExecutionMode mode, string method, string uri, byte[] requestBody) in DoUpload()
/dports/net-im/jitsi-videobridge/jitsi-videobridge-dbddd16/src/main/java/org/jitsi/videobridge/rest/root/colibri/mucclient/
H A DMucClient.java42 public Response addMucClient(String requestBody) throws ParseException in addMucClient()
64 public Response removeMucClient(String requestBody) throws ParseException in removeMucClient()
/dports/lang/purescript/purescript-0.14.5/_cabal_deps/wai-3.2.3/test/Network/
H A DWaiSpec.hs59 { requestBody = atomicModifyIORef ref $ \bss -> function
68 { requestBody = error "requestBody" function
76 { requestBody = atomicModifyIORef ref $ \bss -> function
/dports/finance/hs-hledger-web/hledger-web-1.19/_cabal_deps/wai-3.2.2.1/test/Network/
H A DWaiSpec.hs59 { requestBody = atomicModifyIORef ref $ \bss -> function
68 { requestBody = error "requestBody" function
76 { requestBody = atomicModifyIORef ref $ \bss -> function
/dports/devel/hs-git-annex/git-annex-8.20210903/_cabal_deps/wai-3.2.2.1/test/Network/
H A DWaiSpec.hs59 { requestBody = atomicModifyIORef ref $ \bss -> function
68 { requestBody = error "requestBody" function
76 { requestBody = atomicModifyIORef ref $ \bss -> function
/dports/devel/hs-hoogle/hoogle-5.0.18.2/_cabal_deps/wai-3.2.2.1/test/Network/
H A DWaiSpec.hs59 { requestBody = atomicModifyIORef ref $ \bss -> function
68 { requestBody = error "requestBody" function
76 { requestBody = atomicModifyIORef ref $ \bss -> function
/dports/www/hs-yesod-bin/yesod-bin-1.6.1/_cabal_deps/wai-3.2.3/test/Network/
H A DWaiSpec.hs59 { requestBody = atomicModifyIORef ref $ \bss -> function
68 { requestBody = error "requestBody" function
76 { requestBody = atomicModifyIORef ref $ \bss -> function
/dports/www/hs-wai-app-static/wai-app-static-3.1.7.2/_cabal_deps/wai-3.2.3/test/Network/
H A DWaiSpec.hs59 { requestBody = atomicModifyIORef ref $ \bss -> function
68 { requestBody = error "requestBody" function
76 { requestBody = atomicModifyIORef ref $ \bss -> function
/dports/www/hs-postgrest/postgrest-8.0.0/_cabal_deps/wai-3.2.3/test/Network/
H A DWaiSpec.hs59 { requestBody = atomicModifyIORef ref $ \bss -> function
68 { requestBody = error "requestBody" function
76 { requestBody = atomicModifyIORef ref $ \bss -> function
/dports/www/chromium-legacy/chromium-88.0.4324.182/components/cronet/ios/test/
H A Dcronet_http_test.mm48 - (NSMutableString*)requestBody; method
66 - (NSMutableString*)requestBody { method
/dports/games/libretro-play/Play--3cd0a367b5e24c061a6310c68c9fa7f6b531ebd4/deps/Framework/src/http/
H A DHttpClient.cpp60 void CHttpClient::SetRequestBody(ByteArray requestBody) in SetRequestBody()
65 void CHttpClient::SetRequestBody(std::string requestBody) in SetRequestBody()
/dports/devel/hadoop2/hadoop-2.7.2-src/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-resourcemanager/src/test/java/org/apache/hadoop/yarn/server/resourcemanager/webapp/
H A DTestRMWebServicesHttpStaticUserPermissions.java65 String requestBody; field in TestRMWebServicesHttpStaticUserPermissions.Helper
67 Helper(String method, String requestBody) { in Helper()
/dports/www/trafficserver/trafficserver-9.1.1/example/plugins/c-api/protocol/test/
H A DProtocolServerTest.java67 protected String requestBody; field in ProtocolRequestHandler
129 protected byte[] marshalResponse(String requestBody) throws Exception in marshalResponse()
/dports/net-im/jitsi-videobridge/jitsi-videobridge-dbddd16/src/main/java/org/jitsi/videobridge/rest/root/colibri/conferences/
H A DConferences.java113 public String createConference(String requestBody) in createConference()
145 public String patchConference(@PathParam("confId") String confId, String requestBody) in patchConference()
/dports/deskutils/nextcloudclient/desktop-3.4.1/src/gui/
H A Dremotewipe.cpp60 auto requestBody = new QBuffer; in startCheckJobWithAppPassword() local
140 auto requestBody = new QBuffer; in notifyServerSuccessJob() local

12345678910>>...33