Home
last modified time | relevance | path

Searched refs:HasBody (Results 1 – 25 of 297) sorted by relevance

12345678910>>...12

/dports/lang/mono/mono-5.10.1.57/mcs/class/System.ServiceModel/Test/System.ServiceModel.PeerResolvers/
H A DPeerResolverSerializationTest.cs48 public void HasBody () in HasBody() method in MonoTests.System.ServiceModel.PeerResolvers.PeerResolverSerializationTest
50 Assert.IsTrue (new RegisterInfo ().HasBody (), "#1"); in HasBody()
51 Assert.IsTrue (new RegisterResponseInfo ().HasBody (), "#2"); in HasBody()
52 Assert.IsTrue (new ResolveInfo ().HasBody (), "#3"); in HasBody()
53 Assert.IsTrue (new ResolveResponseInfo ().HasBody (), "#4"); in HasBody()
54 Assert.IsTrue (new RefreshInfo ().HasBody (), "#5"); in HasBody()
55 Assert.IsTrue (new RefreshResponseInfo ().HasBody (), "#6"); in HasBody()
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/influxdata/influxdb-client-go/v2/domain/templates/
H A Dclient-with-responses.tmpl19 // {{$opid}} request {{if .HasBody}} with any body{{end}}
20HasBody}}WithBody{{end}}WithResponse(ctx context.Context{{genParamArgs .PathParams}}{{if .Requires…
58 // {{$opid}}{{if .HasBody}}WithBody{{end}}WithResponse request{{if .HasBody}} with arbitrary body{{…
59HasBody}}WithBody{{end}}WithResponse(ctx context.Context{{genParamArgs .PathParams}}{{if .Requires…
60 …:= c.{{$opid}}{{if .HasBody}}WithBody{{end}}(ctx{{genParamNames .PathParams}}{{if .RequiresParamOb…
H A Dclient.tmpl23 // {{$opid}} request {{if .HasBody}} with any body{{end}}
24 …d}}{{if .HasBody}}WithBody{{end}}(ctx context.Context{{genParamArgs $pathParams}}{{if $hasParams}}…
42 …d}}{{if .HasBody}}WithBody{{end}}(ctx context.Context{{genParamArgs $pathParams}}{{if $hasParams}}…
43HasBody}}WithBody{{end}}(c.service.{{if eq $lenServers 0}}ServerAPIURL(){{else}}ServerURL(){{end}}…
83 // New{{$opid}}Request{{if .HasBody}}WithBody{{end}} generates requests for {{$opid}}{{if .HasBody}…
84 …equest{{if .HasBody}}WithBody{{end}}(server string{{genParamArgs $pathParams}}{{if $hasParams}}, p…
153 …req, err := http.NewRequest("{{.Method}}", queryURL.String(), {{if .HasBody}}body{{else}}nil{{end}…
158 {{if .HasBody}}req.Header.Add("Content-Type", contentType){{end}}
/dports/net-p2p/go-ethereum/go-ethereum-1.10.14/vendor/github.com/influxdata/influxdb-client-go/v2/domain/templates/
H A Dclient-with-responses.tmpl19 // {{$opid}} request {{if .HasBody}} with any body{{end}}
20HasBody}}WithBody{{end}}WithResponse(ctx context.Context{{genParamArgs .PathParams}}{{if .Requires…
58 // {{$opid}}{{if .HasBody}}WithBody{{end}}WithResponse request{{if .HasBody}} with arbitrary body{{…
59HasBody}}WithBody{{end}}WithResponse(ctx context.Context{{genParamArgs .PathParams}}{{if .Requires…
60 …:= c.{{$opid}}{{if .HasBody}}WithBody{{end}}(ctx{{genParamNames .PathParams}}{{if .RequiresParamOb…
H A Dclient.tmpl23 // {{$opid}} request {{if .HasBody}} with any body{{end}}
24 …d}}{{if .HasBody}}WithBody{{end}}(ctx context.Context{{genParamArgs $pathParams}}{{if $hasParams}}…
42 …d}}{{if .HasBody}}WithBody{{end}}(ctx context.Context{{genParamArgs $pathParams}}{{if $hasParams}}…
43HasBody}}WithBody{{end}}(c.service.{{if eq $lenServers 0}}ServerAPIURL(){{else}}ServerURL(){{end}}…
83 // New{{$opid}}Request{{if .HasBody}}WithBody{{end}} generates requests for {{$opid}}{{if .HasBody}…
84 …equest{{if .HasBody}}WithBody{{end}}(server string{{genParamArgs $pathParams}}{{if $hasParams}}, p…
153 …req, err := http.NewRequest("{{.Method}}", queryURL.String(), {{if .HasBody}}body{{else}}nil{{end}…
158 {{if .HasBody}}req.Header.Add("Content-Type", contentType){{end}}
210 {{if .HasBody}}req.Header.Add("Content-Type", contentType){{end}}
/dports/security/lego/lego-4.5.3/vendor/github.com/deepmap/oapi-codegen/pkg/codegen/templates/
H A Dclient-with-responses.tmpl34 // {{$opid}} request {{if .HasBody}} with any body{{end}}
35HasBody}}WithBody{{end}}WithResponse(ctx context.Context{{genParamArgs .PathParams}}{{if .Requires…
73 // {{$opid}}{{if .HasBody}}WithBody{{end}}WithResponse request{{if .HasBody}} with arbitrary body{{…
74HasBody}}WithBody{{end}}WithResponse(ctx context.Context{{genParamArgs .PathParams}}{{if .Requires…
75 …:= c.{{$opid}}{{if .HasBody}}WithBody{{end}}(ctx{{genParamNames .PathParams}}{{if .RequiresParamOb…
H A Dclient.tmpl78 // {{$opid}} request {{if .HasBody}} with any body{{end}}
79 …d}}{{if .HasBody}}WithBody{{end}}(ctx context.Context{{genParamArgs $pathParams}}{{if $hasParams}}…
93 …d}}{{if .HasBody}}WithBody{{end}}(ctx context.Context{{genParamArgs $pathParams}}{{if $hasParams}}…
94 …w{{$opid}}Request{{if .HasBody}}WithBody{{end}}(c.Server{{genParamNames .PathParams}}{{if $hasPara…
140 // New{{$opid}}Request{{if .HasBody}}WithBody{{end}} generates requests for {{$opid}}{{if .HasBody}…
141 …equest{{if .HasBody}}WithBody{{end}}(server string{{genParamArgs $pathParams}}{{if $hasParams}}, p…
210 …req, err := http.NewRequest("{{.Method}}", queryURL.String(), {{if .HasBody}}body{{else}}nil{{end}…
215 {{if .HasBody}}req.Header.Add("Content-Type", contentType){{end}}
H A Dtemplates.gen.go344HasBody}}WithBody{{end}}WithResponse(ctx context.Context{{genParamArgs .PathParams}}{{if .Requires…
383HasBody}}WithBody{{end}}WithResponse(ctx context.Context{{genParamArgs .PathParams}}{{if .Requires…
384 …:= c.{{$opid}}{{if .HasBody}}WithBody{{end}}(ctx{{genParamNames .PathParams}}{{if .RequiresParamOb…
504 …d}}{{if .HasBody}}WithBody{{end}}(ctx context.Context{{genParamArgs $pathParams}}{{if $hasParams}}…
518 …d}}{{if .HasBody}}WithBody{{end}}(ctx context.Context{{genParamArgs $pathParams}}{{if $hasParams}}…
519 …w{{$opid}}Request{{if .HasBody}}WithBody{{end}}(c.Server{{genParamNames .PathParams}}{{if $hasPara…
566 …equest{{if .HasBody}}WithBody{{end}}(server string{{genParamArgs $pathParams}}{{if $hasParams}}, p…
635 …req, err := http.NewRequest("{{.Method}}", queryURL.String(), {{if .HasBody}}body{{else}}nil{{end}…
640 {{if .HasBody}}req.Header.Add("Content-Type", contentType){{end}}
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/deepmap/oapi-codegen/pkg/codegen/templates/
H A Dclient-with-responses.tmpl34 // {{$opid}} request{{if .HasBody}} with any body{{end}}
35HasBody}}WithBody{{end}}WithResponse(ctx context.Context{{genParamArgs .PathParams}}{{if .Requires…
73 // {{$opid}}{{if .HasBody}}WithBody{{end}}WithResponse request{{if .HasBody}} with arbitrary body{{…
74HasBody}}WithBody{{end}}WithResponse(ctx context.Context{{genParamArgs .PathParams}}{{if .Requires…
75 …:= c.{{$opid}}{{if .HasBody}}WithBody{{end}}(ctx{{genParamNames .PathParams}}{{if .RequiresParamOb…
H A Dclient.tmpl78 // {{$opid}} request{{if .HasBody}} with any body{{end}}
79 …d}}{{if .HasBody}}WithBody{{end}}(ctx context.Context{{genParamArgs $pathParams}}{{if $hasParams}}…
93 …d}}{{if .HasBody}}WithBody{{end}}(ctx context.Context{{genParamArgs $pathParams}}{{if $hasParams}}…
94 …w{{$opid}}Request{{if .HasBody}}WithBody{{end}}(c.Server{{genParamNames .PathParams}}{{if $hasPara…
140 // New{{$opid}}Request{{if .HasBody}}WithBody{{end}} generates requests for {{$opid}}{{if .HasBody}…
141 …equest{{if .HasBody}}WithBody{{end}}(server string{{genParamArgs $pathParams}}{{if $hasParams}}, p…
210 …req, err := http.NewRequest("{{.Method}}", queryURL.String(), {{if .HasBody}}body{{else}}nil{{end}…
215 {{if .HasBody}}req.Header.Add("Content-Type", contentType){{end}}
H A Dtemplates.gen.go344HasBody}}WithBody{{end}}WithResponse(ctx context.Context{{genParamArgs .PathParams}}{{if .Requires…
383HasBody}}WithBody{{end}}WithResponse(ctx context.Context{{genParamArgs .PathParams}}{{if .Requires…
384 …:= c.{{$opid}}{{if .HasBody}}WithBody{{end}}(ctx{{genParamNames .PathParams}}{{if .RequiresParamOb…
504 …d}}{{if .HasBody}}WithBody{{end}}(ctx context.Context{{genParamArgs $pathParams}}{{if $hasParams}}…
518 …d}}{{if .HasBody}}WithBody{{end}}(ctx context.Context{{genParamArgs $pathParams}}{{if $hasParams}}…
519 …w{{$opid}}Request{{if .HasBody}}WithBody{{end}}(c.Server{{genParamNames .PathParams}}{{if $hasPara…
566 …equest{{if .HasBody}}WithBody{{end}}(server string{{genParamArgs $pathParams}}{{if $hasParams}}, p…
635 …req, err := http.NewRequest("{{.Method}}", queryURL.String(), {{if .HasBody}}body{{else}}nil{{end}…
640 {{if .HasBody}}req.Header.Add("Content-Type", contentType){{end}}
/dports/net-p2p/go-ethereum/go-ethereum-1.10.14/vendor/github.com/deepmap/oapi-codegen/pkg/codegen/templates/
H A Dclient-with-responses.tmpl34 // {{$opid}} request{{if .HasBody}} with any body{{end}}
35HasBody}}WithBody{{end}}WithResponse(ctx context.Context{{genParamArgs .PathParams}}{{if .Requires…
73 // {{$opid}}{{if .HasBody}}WithBody{{end}}WithResponse request{{if .HasBody}} with arbitrary body{{…
74HasBody}}WithBody{{end}}WithResponse(ctx context.Context{{genParamArgs .PathParams}}{{if .Requires…
75 …:= c.{{$opid}}{{if .HasBody}}WithBody{{end}}(ctx{{genParamNames .PathParams}}{{if .RequiresParamOb…
H A Dclient.tmpl78 // {{$opid}} request{{if .HasBody}} with any body{{end}}
79 …d}}{{if .HasBody}}WithBody{{end}}(ctx context.Context{{genParamArgs $pathParams}}{{if $hasParams}}…
93 …d}}{{if .HasBody}}WithBody{{end}}(ctx context.Context{{genParamArgs $pathParams}}{{if $hasParams}}…
94 …w{{$opid}}Request{{if .HasBody}}WithBody{{end}}(c.Server{{genParamNames .PathParams}}{{if $hasPara…
140 // New{{$opid}}Request{{if .HasBody}}WithBody{{end}} generates requests for {{$opid}}{{if .HasBody}…
141 …equest{{if .HasBody}}WithBody{{end}}(server string{{genParamArgs $pathParams}}{{if $hasParams}}, p…
210 …req, err := http.NewRequest("{{.Method}}", queryURL.String(), {{if .HasBody}}body{{else}}nil{{end}…
215 {{if .HasBody}}req.Header.Add("Content-Type", contentType){{end}}
H A Dtemplates.gen.go344HasBody}}WithBody{{end}}WithResponse(ctx context.Context{{genParamArgs .PathParams}}{{if .Requires…
383HasBody}}WithBody{{end}}WithResponse(ctx context.Context{{genParamArgs .PathParams}}{{if .Requires…
384 …:= c.{{$opid}}{{if .HasBody}}WithBody{{end}}(ctx{{genParamNames .PathParams}}{{if .RequiresParamOb…
504 …d}}{{if .HasBody}}WithBody{{end}}(ctx context.Context{{genParamArgs $pathParams}}{{if $hasParams}}…
518 …d}}{{if .HasBody}}WithBody{{end}}(ctx context.Context{{genParamArgs $pathParams}}{{if $hasParams}}…
519 …w{{$opid}}Request{{if .HasBody}}WithBody{{end}}(c.Server{{genParamNames .PathParams}}{{if $hasPara…
566 …equest{{if .HasBody}}WithBody{{end}}(server string{{genParamArgs $pathParams}}{{if $hasParams}}, p…
635 …req, err := http.NewRequest("{{.Method}}", queryURL.String(), {{if .HasBody}}body{{else}}nil{{end}…
640 {{if .HasBody}}req.Header.Add("Content-Type", contentType){{end}}
/dports/net/traefik/traefik-2.6.1/integration/
H A Daccess_log_test.go76 err = try.Request(req, 500*time.Millisecond, try.StatusCodeIs(http.StatusOK), try.HasBody())
83 err = try.Request(req, 500*time.Millisecond, try.StatusCodeIs(http.StatusOK), try.HasBody())
85 err = try.Request(req, 500*time.Millisecond, try.StatusCodeIs(http.StatusOK), try.HasBody())
144 … = try.Request(req, 500*time.Millisecond, try.StatusCodeIs(http.StatusUnauthorized), try.HasBody())
154 err = try.Request(req, 500*time.Millisecond, try.StatusCodeIs(http.StatusOK), try.HasBody())
232 err = try.Request(req, 500*time.Millisecond, try.StatusCodeIs(http.StatusOK), try.HasBody())
326 err = try.Request(req, 500*time.Millisecond, try.StatusCodeIs(http.StatusOK), try.HasBody())
377 err = try.Request(req, 500*time.Millisecond, try.StatusCodeIs(http.StatusOK), try.HasBody())
379 err = try.Request(req, 500*time.Millisecond, try.StatusCodeIs(http.StatusOK), try.HasBody())
426 err = try.Request(req, 500*time.Millisecond, try.StatusCodeIs(http.StatusNotFound), try.HasBody())
[all …]
H A Dlog_rotation_test.go70 err = try.Request(req, 500*time.Millisecond, try.StatusCodeIs(http.StatusOK), try.HasBody())
82 err = try.Request(req, 500*time.Millisecond, try.StatusCodeIs(http.StatusOK), try.HasBody())
84 err = try.Request(req, 500*time.Millisecond, try.StatusCodeIs(http.StatusOK), try.HasBody())
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.ServiceModel/System/ServiceModel/Channels/
H A DPeerServiceMessageContracts.cs56 public bool HasBody() in HasBody() method in System.ServiceModel.Channels.ConnectInfo
109 public bool HasBody() in HasBody() method in System.ServiceModel.Channels.DisconnectInfo
277 public bool HasBody() in HasBody() method in System.ServiceModel.Channels.RefuseInfo
335 public bool HasBody() in HasBody() method in System.ServiceModel.Channels.UtilityInfo
383 public bool HasBody() in HasBody() method in System.ServiceModel.Channels.WelcomeInfo
/dports/www/erlang-cowboy/cowboy-1.1.2/examples/echo_post/src/
H A Dtoppage_handler.erl15 HasBody = cowboy_req:has_body(Req2),
16 {ok, Req3} = maybe_echo(Method, HasBody, Req2),
/dports/www/erlang-cowboy/cowboy-1.1.2/test/http_SUITE_data/
H A Dhttp_body_qs.erl12 HasBody = cowboy_req:has_body(Req2),
13 {ok, Req3} = maybe_echo(Method, HasBody, Req2),
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.ServiceModel/System/ServiceModel/PeerResolvers/
H A DCustomPeerResolverService.cs364 if (!registerInfo.HasBody() || String.IsNullOrEmpty(registerInfo.MeshId)) in Register()
380 …if (!updateInfo.HasBody() || String.IsNullOrEmpty(updateInfo.MeshId) || updateInfo.NodeAddress == … in Update()
437 if (!resolveInfo.HasBody()) in Resolve()
498 …if (!unregisterInfo.HasBody() || String.IsNullOrEmpty(unregisterInfo.MeshId) || unregisterInfo.Reg… in Unregister()
533 …if (!refreshInfo.HasBody() || String.IsNullOrEmpty(refreshInfo.MeshId) || refreshInfo.Registration… in Refresh()
/dports/net-mgmt/thanos/thanos-0.11.0/vendor/github.com/prometheus/alertmanager/vendor/github.com/go-openapi/runtime/middleware/
H A Dvalidation.go92 if len(v.result) == 0 && runtime.HasBody(v.request) {
118 …:= v.context.ResponseFormat(v.request, v.route.Produces); str == "" && runtime.HasBody(v.request) {
/dports/net-mgmt/thanos/thanos-0.11.0/vendor/github.com/go-openapi/runtime/middleware/
H A Dvalidation.go92 if len(v.result) == 0 && runtime.HasBody(v.request) {
118 …:= v.context.ResponseFormat(v.request, v.route.Produces); str == "" && runtime.HasBody(v.request) {
/dports/lang/mono/mono-5.10.1.57/external/linker/tuner/MonoMac.Tuner/
H A DRemoveSelectors.cs49 if (!method.HasBody) in CheckSelectorUsage()
71 if (cctor == null || !cctor.HasBody) in PatchStaticConstructor()
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/vic/vendor/github.com/go-swagger/go-swagger/vendor/github.com/go-openapi/runtime/middleware/
H A Dvalidation.go106 if len(v.result) == 0 && runtime.HasBody(v.request) {
128 …if str := v.context.ResponseFormat(v.request, v.route.Produces); str == "" && runtime.HasBody(v.re…
/dports/lang/mono/mono-5.10.1.57/mcs/tools/cil-stringreplacer/
H A Dcil-stringreplacer.cs115 if (!method.HasBody) in RewriteAssembly()
134 if (!method.HasBody) in RewriteAssembly()

12345678910>>...12