# Functions
CheckVersionOption returns a ServeOption that checks whether the client ipfs version matches.
CommandsOption constructs a ServerOption for hooking the commands into the HTTP server.
CommandsROOption constructs a ServerOption for hooking the read-only commands into the HTTP server.
No description provided by the author
HostnameOption rewrites an incoming request based on the Host header.
ListenAndServe runs an HTTP server listening at |listeningMultiAddr| with the given serve options.
No description provided by the author
This adds collection of net/http-related metrics.
This adds the scraping endpoint which Prometheus uses to fetch metrics.
MutexFractionOption allows to set runtime.SetMutexProfileFraction via HTTP using POST request with parameter 'fraction'.
P2PProxyOption is an endpoint for proxying a HTTP request to another ipfs peer.
No description provided by the author
Serve accepts incoming HTTP connections on the listener and pass them to ServeOption handlers.
No description provided by the author
# Structs
No description provided by the author
No description provided by the author
# Type aliases
ServeOption registers any HTTP handlers it provides on the given mux.