#ifndef HTTP_SERVER_H_ #define HTTP_SERVER_H_ int sendAll(int sock, const char *buf, int sendAmt); bool match(const char *string, const char *pattern); #endif /*HTTP_SERVER_H_*/