Such style. (Code style unification)
This commit is contained in:
parent
57bcd8f25c
commit
8c01ec8897
57 changed files with 6548 additions and 6437 deletions
|
@ -11,7 +11,7 @@
|
|||
/// Holds all HTTP processing related code.
|
||||
namespace HTTP {
|
||||
/// Simple class for reading and writing HTTP 1.0 and 1.1.
|
||||
class Parser{
|
||||
class Parser {
|
||||
public:
|
||||
Parser();
|
||||
bool Read(Socket::Connection & conn);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue