acme.curl_helpers

Small helpers for libCURL

This module contains all the CURL related helpers.

Members

Functions

doPost
string doPost(string url, char[] postBody, HTTP.StatusLine* status, string[string]* rheaders, string* nonce)

Do some posting, filter for some headerkey

getCurlError
string getCurlError(string s, CURLcode c)

Compose an error msg from custom and CURL error

getResponseHeader
string getResponseHeader(string url, string headerKey)

Get just the http receive headers with a given name from an URL

Manifest constants

acmeClientVersion
enum acmeClientVersion;

Current release number - FIXME Derive this from Git Tag. How in D?

Meta