acme.curl_helpers

Small helpers for libCURL

This module contains all the CURL related helpers.

Members

Aliases

doPostTuple
alias doPostTuple = Tuple!(char[], "response", string, "headerValue")
Undocumented in source.

Functions

doPost
doPostTuple doPost(string url, char[] postBody, char[] headerKey)

Do some posting, filter for some headerkey

getCurlError
string getCurlError(string s, CURLcode c)

Compose an error msg from custom and CURL error

getHeader
string getHeader(string url, string headerKey)

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

Meta