join 1.0
lightweight network framework library
Loading...
Searching...
No Matches
http_protocol.hpp File Reference
Include dependency graph for http_protocol.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  join::Http
 HTTP protocol class (HTTP over TCP). More...
 
class  join::Https
 HTTPS protocol class (HTTP over TLS). More...
 

Namespaces

namespace  join
 

Functions

constexpr bool join::operator== (const Http &a, const Http &b) noexcept
 check if equals.
 
constexpr bool join::operator!= (const Http &a, const Http &b) noexcept
 check if not equals.
 
constexpr bool join::operator== (const Https &a, const Https &b) noexcept
 check if equals.
 
constexpr bool join::operator!= (const Https &a, const Https &b) noexcept
 check if not equals.