]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/seastar/include/seastar/http/reply.hh
import 15.2.0 Octopus source
[ceph.git] / ceph / src / seastar / include / seastar / http / reply.hh
index bee1d929455e0dc498ab5668d33aacb944782f2c..f31487e520691df0f9744c54c02318947f6fb7a7 100644 (file)
@@ -65,6 +65,8 @@ struct reply {
         unauthorized = 401, //!< unauthorized
         forbidden = 403, //!< forbidden
         not_found = 404, //!< not_found
+        length_required = 411, //!< length_required
+        payload_too_large = 413, //!< payload_too_large
         internal_server_error = 500, //!< internal_server_error
         not_implemented = 501, //!< not_implemented
         bad_gateway = 502, //!< bad_gateway