Documentation
¶
Index ¶
Constants ¶
View Source
const ( RpcVersion = "2.0" RlsVersion = "0.0.1-0.4.33" // LsVersion-RadVersion )
Variables ¶
View Source
var ( ErrFailedReadingHeader = errors.New("failed to read MIME header") ErrInvalidContentLengthHeader = errors.New("invalid Content-Length header") ErrFailedDecode = errors.New("failed to decode incoming request") ErrServerNotInitialized = errors.New("client did not initialize server") ErrMethodNotFound = errors.New("no handler for method found") )
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.