Skip to main content
CrystalDocs
Search documentation
Search
Browse Docs
CrystalShards
About
class
SIPUtils::Network::SIP::Response
Inherits
Reference
<
Object
Constructors
new
(status :
Status
, status_code :
Int32
, version :
String
= "
SIP
/2.0", headers :
Hash
(
String
,
String
) =
Headers
.new, body :
String
|
Nil
= nil, private __arg1 :
Hash
(
Symbol
,
String
) =
Private
.new)
Source
Class methods
from_io
(pieces, io :
IO
)
Source
parse_first_line
(io :
IO
)
Source
valid?
(pieces)
Source
Instance methods
body
Source
headers
Source
private
Source
status
Source
status_code
Source
version
Source