Documentation
¶
Index ¶
Constants ¶
View Source
const ( MethodRegister = "REGISTER" MethodInvite = "INVITE" MethodAck = "ACK" MethodCancel = "CANCEL" MethodBye = "BYE" MethodOptions = "OPTIONS" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CommandSequence ¶
type Request ¶
type Response ¶
type Response struct { Status string StatusCode int Header textproto.MIMEHeader ContentLength int64 Sequence CommandSequence Body io.ReadCloser }
Click to show internal directories.
Click to hide internal directories.