matador::http::http::content Struct Reference

Content struct. More...

#include <http.hpp>

Public Attributes

std::string length {"0" }
 
std::string type
 
std::string md5
 
std::string language
 

Detailed Description

Content struct.

This class contains information about the request/response content

  • content length
  • content type
  • content md5 value
  • content language

Member Data Documentation

◆ language

std::string matador::http::http::content::language

Content language

◆ length

std::string matador::http::http::content::length {"0" }

Content length

◆ md5

std::string matador::http::http::content::md5

Content md5 value

◆ type

std::string matador::http::http::content::type

Content type


The documentation for this struct was generated from the following file:
  • matador/http/http.hpp