diff --git a/include/fc/network/http/connection.hpp b/include/fc/network/http/connection.hpp index 723edbd..3c8de77 100644 --- a/include/fc/network/http/connection.hpp +++ b/include/fc/network/http/connection.hpp @@ -25,6 +25,7 @@ namespace fc { enum status_code { OK = 200, RecordCreated = 201, + BadRequest = 400, NotAuthorized = 401, NotFound = 404, Found = 302, @@ -75,3 +76,6 @@ namespace fc { } } // fc::http +#include +FC_REFLECT( fc::http::header, (key)(val) ) +