#ifndef HTTP_TRANSFER_H
#define HTTP_TRANSFER_H
struct http_transfer_param {
const char *attribute;
const char *value;
};
struct http_transfer_coding {
const char *name;
};
// FIXME: we currently lack a means to get error strings from the input stream
struct istream *
struct ostream *
#endif