Mila
Deep Neural Network Library
Loading...
Searching...
No Matches
Distribution.HttpTransportBackend Module Reference

Classes

class  Mila::Distribution::NullHttpTransport
 The transport of a build compiled without one. More...

Functions

std::shared_ptr< const IHttpTransportMila::Distribution::makeDefaultHttpTransport ()
 The transport a consumer gets when it does not supply its own.

Variables

constexpr bool Mila::Distribution::kHttpTransportAvailable = true
 Whether this build can perform an HTTP request itself.

Files

file  Mila/Src/Distribution/HttpTransportBackend.Curl.ixx
 The HTTP transport this build has: libcurl.
file  Mila/Src/Distribution/HttpTransportBackend.Null.ixx
 The transport for a build with no HTTP client of its own: one that refuses, by name.