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

Defines RAII handle for keeping HTTP rate limits alive. More...

Go to the source code of this file.

Classes

class  kurlyk::HttpRateLimitHandle
 RAII handle that owns a registered HTTP rate-limit ID. More...

Namespaces

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

Macros

#define _KURLYK_HTTP_RATE_LIMIT_HANDLE_HPP_INCLUDED

Typedefs

using kurlyk::HttpRateLimitHandlePtr = std::shared_ptr<HttpRateLimitHandle>
 Shared RAII handle for HTTP rate limits.

Detailed Description

Defines RAII handle for keeping HTTP rate limits alive.

Definition in file HttpRateLimitHandle.hpp.

Macro Definition Documentation

◆ _KURLYK_HTTP_RATE_LIMIT_HANDLE_HPP_INCLUDED

#define _KURLYK_HTTP_RATE_LIMIT_HANDLE_HPP_INCLUDED

Definition at line 3 of file HttpRateLimitHandle.hpp.