#include #include #include const char * tfe_http_field_read(const struct tfe_http_half * half, const struct http_field_name * name) { return NULL; } int tfe_http_field_write(struct tfe_http_half * half, const struct http_field_name * name, const char * value) { return 0; } struct tfe_http_half * tfe_http_request_create(int major_version, int method, const char * uri, const char * host) { return NULL; } struct tfe_http_half * tfe_http_response_create(int major_version, int resp_code) { return NULL; }