request.hpp 195 B

123456789101112131415
  1. #ifndef CX_CPP_HTTP_REQUEST_HPP_INCLUDED
  2. #define CX_CPP_HTTP_REQUEST_HPP_INCLUDED
  3. namespace cx_cpp_http {
  4. class request {
  5. public:
  6. private:
  7. }
  8. }
  9. #endif