package
6.0.0-prerelease.alpha1+incompatible
Repository: https://github.com/thinkdata-works/twirp.git
Documentation: pkg.go.dev

# Functions

NewEchoJSONClient creates a JSON client that implements the Echo interface.
NewEchoProtobufClient creates a Protobuf client that implements the Echo interface.
No description provided by the author
WriteError writes an HTTP response with a valid Twirp error format (code, msg, meta).

# Constants

EchoPathPrefix is used for all URL paths on a twirp Echo server.

# Structs

No description provided by the author

# Interfaces

No description provided by the author
HTTPClient is the interface used by generated clients to send HTTP requests.
TwirpServer is the interface generated server structs will support: they're HTTP handlers with additional methods for accessing metadata about the service.