Kurlyk
Loading...
Searching...
No Matches
http_utils.hpp File Reference

Provides utility functions for working with HTTP headers, cookies, and query strings. More...

Go to the source code of this file.

Namespaces

namespace  kurlyk
 Primary namespace for the Kurlyk library, encompassing initialization, request management, and utility functions.
 
namespace  kurlyk::utils
 

Macros

#define _KURLYK_UTILS_HTTP_UTILS_HPP_INCLUDED
 

Functions

std::string kurlyk::utils::remove_http_prefix (const std::string &url)
 Removes the first occurrence of "https://" or "http://" from the given URL.
 

Detailed Description

Provides utility functions for working with HTTP headers, cookies, and query strings.

Definition in file http_utils.hpp.

Macro Definition Documentation

◆ _KURLYK_UTILS_HTTP_UTILS_HPP_INCLUDED

#define _KURLYK_UTILS_HTTP_UTILS_HPP_INCLUDED

Definition at line 3 of file http_utils.hpp.