llvm::HTTPRequest::HTTPRequest

Construct a request for the given URL with default options.

Synopsis

Declared in <llvm/HTTP/HTTPClient.h>

HTTPRequest(StringRef Url);

Parameters

NameDescription
UrlTarget URL for the request.