HttpBody
class HttpBody extends Message
Properties
string | $content_type | ||
string | $data |
Methods
static
descriptor()
No description
boolean
hasContentType()
Check if
clearContentType()
Clear
string
getContentType()
Get
setContentType(string $value)
Set
boolean
hasData()
Check if has a value
string
getData()
Get value
Details
at line line 20
static
descriptor()
at line line 52
boolean
hasContentType()
Check if
at line line 61
HttpBody
clearContentType()
Clear
at line line 70
string
getContentType()
Get
at line line 80
HttpBody
setContentType(string $value)
Set
at line line 89
boolean
hasData()
Check if has a value
at line line 98
HttpBody
clearData()
Clear value
at line line 107
string
getData()
Get value
at line line 117
HttpBody
setData(string $value)
Set value