package
0.1.8
Repository: https://github.com/trustbloc/wallet.git
Documentation: pkg.go.dev

# Packages

Package logutil provides helpful functions for logging.
No description provided by the author
No description provided by the author

# Functions

NewHTTPHandler returns instance of HTTPHandler which can be used to handle http requests.
SendHTTPRequest sends an http request to the client, expecting a given status, and returning the result.
WriteErrorResponsef write error resp.
WriteResponse writes interface value to response.

# Structs

ErrorResponse to send error message in the response.
HTTPHandler contains REST API handling details which can be used to build routers for the given path.

# Interfaces

Handler http handler for each controller API endpoint.
HTTPClient http client interface.