All Classes Files Functions Enumerations Enumerator Pages
Public Member Functions | List of all members
kvikio::HttpEndpoint Class Reference

A remote endpoint using http. More...

#include <remote_handle.hpp>

Inheritance diagram for kvikio::HttpEndpoint:
kvikio::RemoteEndpoint

Public Member Functions

 HttpEndpoint (std::string url)
 Create an http endpoint from a url. More...
 
void setopt (CurlHandle &curl) override
 Set needed connection options on a curl handle. More...
 
std::string str () const override
 Get a description of this remote point instance. More...
 

Detailed Description

A remote endpoint using http.

Definition at line 71 of file remote_handle.hpp.

Constructor & Destructor Documentation

◆ HttpEndpoint()

kvikio::HttpEndpoint::HttpEndpoint ( std::string  url)

Create an http endpoint from a url.

Parameters
urlThe full http url to the remote file.

Member Function Documentation

◆ setopt()

void kvikio::HttpEndpoint::setopt ( CurlHandle curl)
overridevirtual

Set needed connection options on a curl handle.

Subsequently, a call to curl.perform() should connect to the endpoint.

Parameters
curlThe curl handle.

Implements kvikio::RemoteEndpoint.

◆ str()

std::string kvikio::HttpEndpoint::str ( ) const
overridevirtual

Get a description of this remote point instance.

Returns
A string description.

Implements kvikio::RemoteEndpoint.


The documentation for this class was generated from the following file: