# Functions
BlockProfileRateOption allows to set runtime.SetBlockProfileRate via HTTP using POST request with parameter 'rate'.
CheckVersionOption returns a ServeOption that checks whether the client ipfs version matches.
CommandsOption constructs a ServerOption for hooking the commands into the HTTP server.
No description provided by the author
No description provided by the author
No description provided by the author
ListenAndServe runs an HTTP server listening at |listeningMultiAddr| with the given serve options.
No description provided by the author
MakeHandler turns a list of ServeOptions into a http.Handler that implements all of the given options, in order.
MetricsCollectionOption adds collection of net/http-related metrics.
This adds collection of OpenCensus metrics.
MetricsOpenCensusDefaultPrometheusRegistry registers the default prometheus registry as an exporter to OpenCensus metrics.
MetricsScrapingOption 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
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
# Variables
No description provided by the author
WebUIPaths is a list of all past webUI paths.
# Structs
No description provided by the author
# Type aliases
ServeOption registers any HTTP handlers it provides on the given mux.