#ifndef HTTPParser_h #define HTTPParser_h #include class HTTPParser { public: static void parse(Print & stream, char * cmd); }; #endif