AndriyKalashnykov / go-http-instrumented-roundtripper

Go http.Client RoundTripper implementation

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

go-http-instrumented-roundtripper

Instrumenting the Go http.Client with a custom http.RoundTripper, http.Transport and net.Dialer.

Requirements

  • gvm Go 1.19
    gvm install go1.19 --prefer-binary --with-build-tools --with-protobuf
    gvm use go1.19 --default

Help

Usage: make COMMAND
Commands :
help   - List available tasks
clean  - Cleanup
get    - Download and install dependency packages
update - Update dependencies to latest versions
test   - Run tests
build  - Build binary

Links

About

Go http.Client RoundTripper implementation

License:MIT License


Languages

Language:Go 86.8%Language:Makefile 13.2%