X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fstatus.h;h=c04262d600d794e1be113a536679627f73cf8088;hb=df006bfbbe8e8b49a52296f42894d4a452ed4c90;hp=0ea001d43e3487fe0324b475586c442592848e5c;hpb=a4049d7c4126126ca3abd12b1aca8715e7006d44;p=libs%2Fnet.git diff --git a/source/status.h b/source/status.h index 0ea001d..c04262d 100644 --- a/source/status.h +++ b/source/status.h @@ -15,13 +15,13 @@ namespace Http { enum Status { - NONE=0, - OK=200, - BAD_REQUEST=400, - FORBIDDEN=403, - NOT_FOUND=404, - INTERNAL_ERROR=500, - NOT_IMPLEMENTED=501 + NONE = 0, + OK = 200, + BAD_REQUEST = 400, + FORBIDDEN = 403, + NOT_FOUND = 404, + INTERNAL_ERROR = 500, + NOT_IMPLEMENTED = 501 }; extern std::ostream &operator<<(std::ostream &, Status);