33#ifndef API_MIP_HTTP_RESPONSE_H_
34#define API_MIP_HTTP_RESPONSE_H_
55 virtual const std::string&
GetId()
const = 0;
69 virtual const std::vector<uint8_t>&
GetBody()
const = 0;
76 virtual const std::map<std::string, std::string, CaseInsensitiveComparator>&
GetHeaders()
const = 0;
Interface that describes a single HTTP response, implemented by client app when overriding HttpDelega...
virtual const std::map< std::string, std::string, CaseInsensitiveComparator > & GetHeaders() const =0
Get request headers.
virtual const std::vector< uint8_t > & GetBody() const =0
Get request body.
virtual int32_t GetStatusCode() const =0
Get response status code.
virtual const std::string & GetId() const =0
Gets response ID.
A file Containing the common types used by the upe, file and protection modules.