http_open
if ((x = http_open(h, headreq, post, postsz)) == NULL) {
struct httpxfer *http_open(const struct http *, int, const void *, size_t);
if ((x = http_open(h, post, postsz)) == NULL) {
struct httpxfer *http_open(const struct http *, const void *, size_t);