package
0.0.0-20241027123504-71c7c5cd7959
Repository: https://github.com/bpx-chain/jsonrpc-proxy.git
Documentation: pkg.go.dev
# Functions
HandleRequestAndRedirect given a request send it to the appropriate url.
LoadMap loads the configuration to an array of MethodRegExp.
NewMethodRegExp returns a new MethodRegExp instance.
# Structs
MethodRegExp type representing a JSON-RPC method with a compiled RegExp entity.
# Type aliases
HandlerWrapper type for the ServeHTTP function.