Registry / networking / google-martian

google-martian

JSON →
library2.1.0+incompatiblegogounverified

Package martian provides an HTTP/1.1 proxy with an API for configurable request and response modifiers.

go get github.com/google/martian
INSTALL
IMPORT
SIG · GOOGLE-MARTIAN
G
google-martian
networkinggov2.1.0+incompatible
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

martian
github.com/google/martian

Start a Martian HTTP proxy

package main import ( "log" "net/http" "github.com/google/martian" "github.com/google/martian/proxy" ) func main() { p := proxy.New() p.SetRequestModifier(martian.NewRequestModifier()) log.Fatal(http.Serve(p)) }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
2.1.0+incompatiblelatest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
6 hits · last 30 days
node
6
Resources
google-martian — go get google-martian · libregistry