2 #if !defined (ACE_HAS_INLINED_OSCALLS)
5 #endif /* ACE_HAS_INLINED_OSCALLS */
8 HTTP_Request::HTTP_Request ()
13 HTTP_Request::~HTTP_Request ()
17 ACE_INLINE Parse_HTTP_Request *
18 HTTP_Request::request_line ()
20 return &(this->request_);
23 ACE_INLINE const Parse_HTTP_Request *
24 HTTP_Request::request_line () const
26 return &(this->request_);
29 ACE_INLINE HTTP_Parse_URL *
36 HTTP_Request::set_status (int s)