Home
last modified time | relevance | path

Searched refs:dialHTTP (Results 1 – 25 of 26) sorted by relevance

12

/dports/sysutils/kubectl/kubernetes-1.22.2/test/images/agnhost/guestbook/
H A Dguestbook.go99 response, err := dialHTTP(request, hostPort)
212 _, err = dialHTTP(request, hostPort)
266 response, err := dialHTTP(request, hostPort)
274 func dialHTTP(request, hostPort string) (string, error) { func
/dports/lang/gcc48/gcc-4.8.5/libgo/go/net/rpc/
H A Dserver_test.go442 func dialHTTP() (*Client, error) { func
476 fmt.Printf("mallocs per HTTP rpc round trip: %v\n", countMallocs(dialHTTP, t))
513 client, err := dialHTTP()
534 client, err := dialHTTP()
634 benchmarkEndToEnd(dialHTTP, b)
642 benchmarkEndToEndAsync(dialHTTP, b)
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/libgo/go/net/rpc/
H A Dserver_test.go480 func dialHTTP() (*Client, error) { func
522 fmt.Printf("mallocs per HTTP rpc round trip: %v\n", countMallocs(dialHTTP, t))
561 client, err := dialHTTP()
582 client, err := dialHTTP()
684 benchmarkEndToEnd(dialHTTP, b)
692 benchmarkEndToEndAsync(dialHTTP, b)
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llgo/third_party/gofrontend/libgo/go/net/rpc/
H A Dserver_test.go480 func dialHTTP() (*Client, error) { func
522 fmt.Printf("mallocs per HTTP rpc round trip: %v\n", countMallocs(dialHTTP, t))
561 client, err := dialHTTP()
582 client, err := dialHTTP()
674 benchmarkEndToEnd(dialHTTP, b)
682 benchmarkEndToEndAsync(dialHTTP, b)
/dports/lang/gcc6-aux/gcc-6-20180516/libgo/go/net/rpc/
H A Dserver_test.go504 func dialHTTP() (*Client, error) { func
546 fmt.Printf("mallocs per HTTP rpc round trip: %v\n", countMallocs(dialHTTP, t))
585 client, err := dialHTTP()
606 client, err := dialHTTP()
711 benchmarkEndToEnd(dialHTTP, b)
719 benchmarkEndToEndAsync(dialHTTP, b)
/dports/lang/gnat_util/gcc-6-20180516/libgo/go/net/rpc/
H A Dserver_test.go504 func dialHTTP() (*Client, error) { func
546 fmt.Printf("mallocs per HTTP rpc round trip: %v\n", countMallocs(dialHTTP, t))
585 client, err := dialHTTP()
606 client, err := dialHTTP()
711 benchmarkEndToEnd(dialHTTP, b)
719 benchmarkEndToEndAsync(dialHTTP, b)
/dports/devel/mingw32-gcc/gcc-4.8.1/libgo/go/net/rpc/
H A Dserver_test.go444 func dialHTTP() (*Client, error) { func
480 fmt.Printf("mallocs per HTTP rpc round trip: %d\n", countMallocs(dialHTTP, t))
517 client, err := dialHTTP()
621 benchmarkEndToEnd(dialHTTP, b)
629 benchmarkEndToEndAsync(dialHTTP, b)
/dports/lang/gcc8/gcc-8.5.0/libgo/go/net/rpc/
H A Dserver_test.go572 func dialHTTP() (*Client, error) { func
614 fmt.Printf("mallocs per HTTP rpc round trip: %v\n", countMallocs(dialHTTP, t))
653 client, err := dialHTTP()
674 client, err := dialHTTP()
830 benchmarkEndToEnd(dialHTTP, b)
838 benchmarkEndToEndAsync(dialHTTP, b)
/dports/net/google-cloud-sdk-app-engine-go/platform/google_appengine/goroot-1.9/src/net/rpc/
H A Dserver_test.go567 func dialHTTP() (*Client, error) { func
609 fmt.Printf("mallocs per HTTP rpc round trip: %v\n", countMallocs(dialHTTP, t))
648 client, err := dialHTTP()
669 client, err := dialHTTP()
778 benchmarkEndToEnd(dialHTTP, b)
786 benchmarkEndToEndAsync(dialHTTP, b)
/dports/lang/gcc10/gcc-10.3.0/libgo/go/net/rpc/
H A Dserver_test.go572 func dialHTTP() (*Client, error) {
614 fmt.Printf("mallocs per HTTP rpc round trip: %v\n", countMallocs(dialHTTP, t))
653 client, err := dialHTTP()
674 client, err := dialHTTP()
830 benchmarkEndToEnd(dialHTTP, b)
838 benchmarkEndToEndAsync(dialHTTP, b)
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/libgo/go/net/rpc/
H A Dserver_test.go572 func dialHTTP() (*Client, error) { func
614 fmt.Printf("mallocs per HTTP rpc round trip: %v\n", countMallocs(dialHTTP, t))
653 client, err := dialHTTP()
674 client, err := dialHTTP()
830 benchmarkEndToEnd(dialHTTP, b)
838 benchmarkEndToEndAsync(dialHTTP, b)
/dports/lang/go-devel/go-becaeea1199b875bc24800fa88f2f4fea119bf78/src/net/rpc/
H A Dserver_test.go572 func dialHTTP() (*Client, error) { func
614 fmt.Printf("mallocs per HTTP rpc round trip: %v\n", countMallocs(dialHTTP, t))
653 client, err := dialHTTP()
674 client, err := dialHTTP()
830 benchmarkEndToEnd(dialHTTP, b)
838 benchmarkEndToEndAsync(dialHTTP, b)
/dports/lang/gcc12-devel/gcc-12-20211205/libgo/go/net/rpc/
H A Dserver_test.go572 func dialHTTP() (*Client, error) { func
614 fmt.Printf("mallocs per HTTP rpc round trip: %v\n", countMallocs(dialHTTP, t))
653 client, err := dialHTTP()
674 client, err := dialHTTP()
830 benchmarkEndToEnd(dialHTTP, b)
838 benchmarkEndToEndAsync(dialHTTP, b)
/dports/lang/gcc11-devel/gcc-11-20211009/libgo/go/net/rpc/
H A Dserver_test.go572 func dialHTTP() (*Client, error) { func
614 fmt.Printf("mallocs per HTTP rpc round trip: %v\n", countMallocs(dialHTTP, t))
653 client, err := dialHTTP()
674 client, err := dialHTTP()
830 benchmarkEndToEnd(dialHTTP, b)
838 benchmarkEndToEndAsync(dialHTTP, b)
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/libgo/go/net/rpc/
H A Dserver_test.go572 func dialHTTP() (*Client, error) { func
614 fmt.Printf("mallocs per HTTP rpc round trip: %v\n", countMallocs(dialHTTP, t))
653 client, err := dialHTTP()
674 client, err := dialHTTP()
830 benchmarkEndToEnd(dialHTTP, b)
838 benchmarkEndToEndAsync(dialHTTP, b)
/dports/lang/gcc9-devel/gcc-9-20211007/libgo/go/net/rpc/
H A Dserver_test.go572 func dialHTTP() (*Client, error) { func
614 fmt.Printf("mallocs per HTTP rpc round trip: %v\n", countMallocs(dialHTTP, t))
653 client, err := dialHTTP()
674 client, err := dialHTTP()
830 benchmarkEndToEnd(dialHTTP, b)
838 benchmarkEndToEndAsync(dialHTTP, b)
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/libgo/go/net/rpc/
H A Dserver_test.go572 func dialHTTP() (*Client, error) { func
614 fmt.Printf("mallocs per HTTP rpc round trip: %v\n", countMallocs(dialHTTP, t))
653 client, err := dialHTTP()
674 client, err := dialHTTP()
830 benchmarkEndToEnd(dialHTTP, b)
838 benchmarkEndToEndAsync(dialHTTP, b)
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/libgo/go/net/rpc/
H A Dserver_test.go572 func dialHTTP() (*Client, error) { func
614 fmt.Printf("mallocs per HTTP rpc round trip: %v\n", countMallocs(dialHTTP, t))
653 client, err := dialHTTP()
674 client, err := dialHTTP()
830 benchmarkEndToEnd(dialHTTP, b)
838 benchmarkEndToEndAsync(dialHTTP, b)
/dports/misc/cxx_atomics_pic/gcc-11.2.0/libgo/go/net/rpc/
H A Dserver_test.go572 func dialHTTP() (*Client, error) { func
614 fmt.Printf("mallocs per HTTP rpc round trip: %v\n", countMallocs(dialHTTP, t))
653 client, err := dialHTTP()
674 client, err := dialHTTP()
830 benchmarkEndToEnd(dialHTTP, b)
838 benchmarkEndToEndAsync(dialHTTP, b)
/dports/devel/riscv64-gcc/gcc-8.3.0/libgo/go/net/rpc/
H A Dserver_test.go572 func dialHTTP() (*Client, error) { func
614 fmt.Printf("mallocs per HTTP rpc round trip: %v\n", countMallocs(dialHTTP, t))
653 client, err := dialHTTP()
674 client, err := dialHTTP()
830 benchmarkEndToEnd(dialHTTP, b)
838 benchmarkEndToEndAsync(dialHTTP, b)
/dports/devel/avr-gcc/gcc-10.2.0/libgo/go/net/rpc/
H A Dserver_test.go572 func dialHTTP() (*Client, error) { func
614 fmt.Printf("mallocs per HTTP rpc round trip: %v\n", countMallocs(dialHTTP, t))
653 client, err := dialHTTP()
674 client, err := dialHTTP()
830 benchmarkEndToEnd(dialHTTP, b)
838 benchmarkEndToEndAsync(dialHTTP, b)
/dports/lang/gcc11/gcc-11.2.0/libgo/go/net/rpc/
H A Dserver_test.go572 func dialHTTP() (*Client, error) { func
614 fmt.Printf("mallocs per HTTP rpc round trip: %v\n", countMallocs(dialHTTP, t))
653 client, err := dialHTTP()
674 client, err := dialHTTP()
830 benchmarkEndToEnd(dialHTTP, b)
838 benchmarkEndToEndAsync(dialHTTP, b)
/dports/lang/gcc10-devel/gcc-10-20211008/libgo/go/net/rpc/
H A Dserver_test.go572 func dialHTTP() (*Client, error) { func
614 fmt.Printf("mallocs per HTTP rpc round trip: %v\n", countMallocs(dialHTTP, t))
653 client, err := dialHTTP()
674 client, err := dialHTTP()
830 benchmarkEndToEnd(dialHTTP, b)
838 benchmarkEndToEndAsync(dialHTTP, b)
/dports/lang/gcc9/gcc-9.4.0/libgo/go/net/rpc/
H A Dserver_test.go572 func dialHTTP() (*Client, error) { func
614 fmt.Printf("mallocs per HTTP rpc round trip: %v\n", countMallocs(dialHTTP, t))
653 client, err := dialHTTP()
674 client, err := dialHTTP()
830 benchmarkEndToEnd(dialHTTP, b)
838 benchmarkEndToEndAsync(dialHTTP, b)
/dports/lang/gcc9-aux/gcc-9.1.0/libgo/go/net/rpc/
H A Dserver_test.go572 func dialHTTP() (*Client, error) { func
614 fmt.Printf("mallocs per HTTP rpc round trip: %v\n", countMallocs(dialHTTP, t))
653 client, err := dialHTTP()
674 client, err := dialHTTP()
830 benchmarkEndToEnd(dialHTTP, b)
838 benchmarkEndToEndAsync(dialHTTP, b)

12