Documentation ¶
Overview ¶
Package xreq implements the raw REQ protocol, which is the request side of the request/response pattern. (REP is the response.)
Index ¶
Constants ¶
View Source
const ( Self = protocol.ProtoReq Peer = protocol.ProtoRep SelfName = "req" PeerName = "rep" )
Protocol identity information.
Variables ¶
This section is empty.
Functions ¶
func NewProtocol ¶
NewProtocol returns a new protocol implementation.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.