| 254 | } |
| 255 | |
| 256 | const uint8_t* HttpResponse::getPayload(size_t& size) const |
| 257 | { |
| 258 | size = m_size; |
| 259 | return m_payload; |
| 260 | } |
| 261 | |
| 262 | /****************************************************************************** |
| 263 | * Protected Methods |
no outgoing calls
no test coverage detected