Home
last modified time | relevance | path

Searched refs:mustNewRequest (Results 1 – 25 of 37) sorted by relevance

12

/dports/net-mgmt/thanos/thanos-0.11.0/vendor/go.elastic.co/apm/internal/apmhttputil/
H A Durl_test.go34 req := mustNewRequest("https://user:pass@host.invalid:9443/path?query&querier=foo#fragment")
46 req := mustNewRequest("/path?query&querier=foo")
59 req := mustNewRequest("/path?query&querier=foo")
109 req := mustNewRequest("/")
130 func mustNewRequest(url string) *http.Request { func
/dports/lang/gcc48/gcc-4.8.5/libgo/go/net/http/httputil/
H A Ddump_test.go67 Req: *mustNewRequest("GET", "http://example.com/foo", nil),
79 Req: *mustNewRequest("GET", "https://example.com/foo", nil),
146 func mustNewRequest(method, url string, body io.Reader) *http.Request { func
/dports/devel/mingw32-gcc/gcc-4.8.1/libgo/go/net/http/httputil/
H A Ddump_test.go67 Req: *mustNewRequest("GET", "http://example.com/foo", nil),
79 Req: *mustNewRequest("GET", "https://example.com/foo", nil),
146 func mustNewRequest(method, url string, body io.Reader) *http.Request { func
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/libgo/go/net/http/httputil/
H A Ddump_test.go68 Req: *mustNewRequest("GET", "http://example.com/foo", nil),
80 Req: *mustNewRequest("GET", "https://example.com/foo", nil),
172 func mustNewRequest(method, url string, body io.Reader) *http.Request { func
/dports/lang/gcc10/gcc-10.3.0/libgo/go/net/http/httputil/
H A Ddump_test.go80 Req: mustNewRequest("GET", "http://example.com/foo", nil),
92 Req: mustNewRequest("GET", "https://example.com/foo", nil),
206 Req: mustNewRequest("POST", "http://example.com/foo", http.NoBody),
245 Req: mustNewRequest("GET", "", nil),
334 func mustNewRequest(method, url string, body io.Reader) *http.Request { func
/dports/devel/avr-gcc/gcc-10.2.0/libgo/go/net/http/httputil/
H A Ddump_test.go80 Req: mustNewRequest("GET", "http://example.com/foo", nil),
92 Req: mustNewRequest("GET", "https://example.com/foo", nil),
206 Req: mustNewRequest("POST", "http://example.com/foo", http.NoBody),
245 Req: mustNewRequest("GET", "", nil),
334 func mustNewRequest(method, url string, body io.Reader) *http.Request { func
/dports/lang/gcc10-devel/gcc-10-20211008/libgo/go/net/http/httputil/
H A Ddump_test.go80 Req: mustNewRequest("GET", "http://example.com/foo", nil),
92 Req: mustNewRequest("GET", "https://example.com/foo", nil),
206 Req: mustNewRequest("POST", "http://example.com/foo", http.NoBody),
245 Req: mustNewRequest("GET", "", nil),
334 func mustNewRequest(method, url string, body io.Reader) *http.Request { func
/dports/lang/gcc8/gcc-8.5.0/libgo/go/net/http/httputil/
H A Ddump_test.go70 Req: *mustNewRequest("GET", "http://example.com/foo", nil),
82 Req: *mustNewRequest("GET", "https://example.com/foo", nil),
190 Req: *mustNewRequest("POST", "http://example.com/foo", http.NoBody),
265 func mustNewRequest(method, url string, body io.Reader) *http.Request { func
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/libgo/go/net/http/httputil/
H A Ddump_test.go70 Req: *mustNewRequest("GET", "http://example.com/foo", nil),
82 Req: *mustNewRequest("GET", "https://example.com/foo", nil),
190 Req: *mustNewRequest("POST", "http://example.com/foo", http.NoBody),
265 func mustNewRequest(method, url string, body io.Reader) *http.Request { func
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/libgo/go/net/http/httputil/
H A Ddump_test.go70 Req: *mustNewRequest("GET", "http://example.com/foo", nil),
82 Req: *mustNewRequest("GET", "https://example.com/foo", nil),
190 Req: *mustNewRequest("POST", "http://example.com/foo", http.NoBody),
265 func mustNewRequest(method, url string, body io.Reader) *http.Request { func
/dports/devel/riscv64-gcc/gcc-8.3.0/libgo/go/net/http/httputil/
H A Ddump_test.go70 Req: *mustNewRequest("GET", "http://example.com/foo", nil),
82 Req: *mustNewRequest("GET", "https://example.com/foo", nil),
190 Req: *mustNewRequest("POST", "http://example.com/foo", http.NoBody),
265 func mustNewRequest(method, url string, body io.Reader) *http.Request { func
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/libgo/go/net/http/httputil/
H A Ddump_test.go70 Req: *mustNewRequest("GET", "http://example.com/foo", nil),
82 Req: *mustNewRequest("GET", "https://example.com/foo", nil),
190 Req: *mustNewRequest("POST", "http://example.com/foo", http.NoBody),
265 func mustNewRequest(method, url string, body io.Reader) *http.Request { func
/dports/lang/gcc9-devel/gcc-9-20211007/libgo/go/net/http/httputil/
H A Ddump_test.go70 Req: *mustNewRequest("GET", "http://example.com/foo", nil),
82 Req: *mustNewRequest("GET", "https://example.com/foo", nil),
190 Req: *mustNewRequest("POST", "http://example.com/foo", http.NoBody),
265 func mustNewRequest(method, url string, body io.Reader) *http.Request { func
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/libgo/go/net/http/httputil/
H A Ddump_test.go70 Req: *mustNewRequest("GET", "http://example.com/foo", nil),
82 Req: *mustNewRequest("GET", "https://example.com/foo", nil),
190 Req: *mustNewRequest("POST", "http://example.com/foo", http.NoBody),
265 func mustNewRequest(method, url string, body io.Reader) *http.Request { func
/dports/lang/gcc9/gcc-9.4.0/libgo/go/net/http/httputil/
H A Ddump_test.go70 Req: *mustNewRequest("GET", "http://example.com/foo", nil),
82 Req: *mustNewRequest("GET", "https://example.com/foo", nil),
190 Req: *mustNewRequest("POST", "http://example.com/foo", http.NoBody),
265 func mustNewRequest(method, url string, body io.Reader) *http.Request { func
/dports/lang/gcc9-aux/gcc-9.1.0/libgo/go/net/http/httputil/
H A Ddump_test.go70 Req: *mustNewRequest("GET", "http://example.com/foo", nil),
82 Req: *mustNewRequest("GET", "https://example.com/foo", nil),
190 Req: *mustNewRequest("POST", "http://example.com/foo", http.NoBody),
265 func mustNewRequest(method, url string, body io.Reader) *http.Request { func
/dports/net/google-cloud-sdk-app-engine-go/platform/google_appengine/goroot-1.9/src/net/http/httputil/
H A Ddump_test.go71 Req: *mustNewRequest("GET", "http://example.com/foo", nil),
83 Req: *mustNewRequest("GET", "https://example.com/foo", nil),
191 Req: *mustNewRequest("POST", "http://example.com/foo", http.NoBody),
267 func mustNewRequest(method, url string, body io.Reader) *http.Request { func
/dports/lang/gcc12-devel/gcc-12-20211205/libgo/go/net/http/httputil/
H A Ddump_test.go83 Req: mustNewRequest("GET", "http://example.com/foo", nil),
95 Req: mustNewRequest("GET", "https://example.com/foo", nil),
209 Req: mustNewRequest("POST", "http://example.com/foo", http.NoBody),
248 Req: mustNewRequest("GET", "", nil),
365 func mustNewRequest(method, url string, body io.Reader) *http.Request { func
/dports/lang/go-devel/go-becaeea1199b875bc24800fa88f2f4fea119bf78/src/net/http/httputil/
H A Ddump_test.go83 Req: mustNewRequest("GET", "http://example.com/foo", nil),
95 Req: mustNewRequest("GET", "https://example.com/foo", nil),
209 Req: mustNewRequest("POST", "http://example.com/foo", http.NoBody),
248 Req: mustNewRequest("GET", "", nil),
365 func mustNewRequest(method, url string, body io.Reader) *http.Request { func
/dports/lang/gcc11-devel/gcc-11-20211009/libgo/go/net/http/httputil/
H A Ddump_test.go83 Req: mustNewRequest("GET", "http://example.com/foo", nil),
95 Req: mustNewRequest("GET", "https://example.com/foo", nil),
209 Req: mustNewRequest("POST", "http://example.com/foo", http.NoBody),
248 Req: mustNewRequest("GET", "", nil),
365 func mustNewRequest(method, url string, body io.Reader) *http.Request { func
/dports/misc/cxx_atomics_pic/gcc-11.2.0/libgo/go/net/http/httputil/
H A Ddump_test.go83 Req: mustNewRequest("GET", "http://example.com/foo", nil),
95 Req: mustNewRequest("GET", "https://example.com/foo", nil),
209 Req: mustNewRequest("POST", "http://example.com/foo", http.NoBody),
248 Req: mustNewRequest("GET", "", nil),
365 func mustNewRequest(method, url string, body io.Reader) *http.Request { func
/dports/lang/gcc11/gcc-11.2.0/libgo/go/net/http/httputil/
H A Ddump_test.go83 Req: mustNewRequest("GET", "http://example.com/foo", nil),
95 Req: mustNewRequest("GET", "https://example.com/foo", nil),
209 Req: mustNewRequest("POST", "http://example.com/foo", http.NoBody),
248 Req: mustNewRequest("GET", "", nil),
365 func mustNewRequest(method, url string, body io.Reader) *http.Request { func
/dports/security/vault/vault-1.8.2/vendor/go.etcd.io/etcd/etcdserver/api/v2http/
H A Dclient_test.go363 mustNewRequest(t, "foo?ttl=wrong"),
415 mustNewRequest(t, "foo"),
494 mustNewRequest(t, "foo?wait=true"),
504 mustNewRequest(t, "foo?ttl="),
514 mustNewRequest(t, "foo?ttl=5678"),
524 mustNewRequest(t, "foo?ttl=0"),
534 mustNewRequest(t, "foo?dir=true"),
1479 mustNewRequest(t, "foo"),
1489 mustNewRequest(t, "foo"),
1499 mustNewRequest(t, "foo"),
[all …]
/dports/security/certmgr/certmgr-3.0.3/vendor/github.com/google/certificate-transparency-go/certificate-transparency-go-1.0.21/vendor/github.com/coreos/etcd/etcdserver/api/v2http/
H A Dclient_test.go354 mustNewRequest(t, "foo?ttl=wrong"),
406 mustNewRequest(t, "foo"),
485 mustNewRequest(t, "foo?wait=true"),
495 mustNewRequest(t, "foo?ttl="),
505 mustNewRequest(t, "foo?ttl=5678"),
515 mustNewRequest(t, "foo?ttl=0"),
525 mustNewRequest(t, "foo?dir=true"),
1461 mustNewRequest(t, "foo"),
1471 mustNewRequest(t, "foo"),
1481 mustNewRequest(t, "foo"),
[all …]
/dports/net-im/nextcloud-spreed-signaling/nextcloud-spreed-signaling-0.2.0/vendor/src/go.etcd.io/etcd/etcdserver/api/v2http/
H A Dclient_test.go363 mustNewRequest(t, "foo?ttl=wrong"),
415 mustNewRequest(t, "foo"),
494 mustNewRequest(t, "foo?wait=true"),
504 mustNewRequest(t, "foo?ttl="),
514 mustNewRequest(t, "foo?ttl=5678"),
524 mustNewRequest(t, "foo?ttl=0"),
534 mustNewRequest(t, "foo?dir=true"),
1476 mustNewRequest(t, "foo"),
1486 mustNewRequest(t, "foo"),
1496 mustNewRequest(t, "foo"),
[all …]

12