oveRTOS C++ API
C++20 RAII wrappers for the oveRTOS C API
Loading...
Searching...
No Matches
Classes
ove::http Namespace Reference

C++ wrappers around the oveRTOS HTTP client API. More...

Classes

class  Client
 RAII wrapper around an oveRTOS HTTP client handle. More...
 
class  Response
 RAII wrapper around an oveRTOS HTTP response. More...
 

Detailed Description

C++ wrappers around the oveRTOS HTTP client API.

Available when CONFIG_OVE_NET_HTTP is enabled. Provides a RAII Client that manages the lifecycle of the underlying C client handle, and a move-only Response that owns the response body and headers.