Kurlyk
Loading...
Searching...
No Matches
http.hpp
Go to the documentation of this file.
1#pragma once
2#ifndef _KURLYK_HTTP_HPP_INCLUDED
3#define _KURLYK_HTTP_HPP_INCLUDED
4
7
8// Core utilities
9#include "core.hpp"
10
11// HTTP components
12#include "http/data.hpp"
14#include "http/HttpClient.hpp"
15#include "http/utils.hpp"
16
17#endif // _KURLYK_HTTP_HPP_INCLUDED
Contains the definition of the HttpClient class, which provides an interface for making HTTP requests...
Manages and processes HTTP requests using a singleton pattern.
Aggregates core infrastructure components such as task manager interface and the network worker.
Aggregates core HTTP data structures such as request, response, and cookie.
Contains utility functions for handling HTTP requests, rate limiting, and request cancellation.