Registry / networking / google-martian-v3

google-martian-v3

JSON →
library3.3.3gogounverified

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

go get github.com/google/martian/v3
INSTALL
IMPORT
SIG · GOOGLE-MARTIAN-V3
G
google-martian-v3
networkinggov3.3.3
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/v3

Creates a Martian proxy with a request filter modifier.

package main import ( "github.com/google/martian/v3" "github.com/google/martian/v3/filter" ) func main() { proxy := martian.NewProxy() proxy.SetRequestModifier(filter.New()) proxy.Start() }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
3.3.3latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

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