A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://fhessel.github.io/esp32_https_server/HTTPHeader_8hpp_source.html below:

ESP32 HTTPS Server: /home/frank/Projekte/esp32/https_server/esp32_https_server/src/HTTPHeader.hpp Source File

1 #ifndef SRC_HTTPHEADER_HPP_ 2 #define SRC_HTTPHEADER_HPP_ 3 #include <Arduino.h> 4  5 #include <string> 6  7 namespace httpsserver

{

8  12 class HTTPHeader

{

13 public

:

14  HTTPHeader

(

const

std::string &name,

const

std::string &value);

15  virtual

~

HTTPHeader

();

16  const

std::string _name;

17  const

std::string _value;

18

std::string print();

19

};

20  28

std::string

normalizeHeaderName

(std::string

const

&name);

29  30

}

/* namespace httpsserver */ 31  32 #endif /* SRC_HTTPHEADER_HPP_ */ httpsserver::HTTPHeader

Represents a single name/value pair of an HTTP header.

Definition: HTTPHeader.hpp:12

httpsserver::normalizeHeaderName

std::string normalizeHeaderName(std::string const &name)

Normalizes case in header names.

Definition: HTTPHeader.cpp:23

httpsserver

Definition: ConnectionContext.cpp:3


RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4