mirror of
https://github.com/debauchee/barrier.git
synced 2026-02-11 06:05:08 +08:00
Added doxygen comments for all relevant headers in http.
This commit is contained in:
@@ -101,9 +101,9 @@ XHTTP::getReason(SInt32 status)
|
||||
// XHTTPAllow
|
||||
//
|
||||
|
||||
XHTTPAllow::XHTTPAllow(const CString& allowed) :
|
||||
XHTTPAllow::XHTTPAllow(const CString& allowedMethods) :
|
||||
XHTTP(405),
|
||||
m_allowed(allowed)
|
||||
m_allowed(allowedMethods)
|
||||
{
|
||||
// do nothing
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user