Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Version 5.0.2 #41

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions include/ziapi/HttpConstants.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ constexpr auto kVary = "Vary";
constexpr auto kWarning = "Warning";
constexpr auto kWWWAuthenticate = "WWW-Authenticate";
constexpr auto kXFrameOptions = "X-Frame-Options";
constexpr auto kKeepAlive= "Keep-Alive";
constexpr auto kKeepAlive = "Keep-Alive";

} // namespace header

Expand Down Expand Up @@ -129,8 +129,8 @@ constexpr auto kNotFound = "Not Found";
constexpr auto kMethodNotAllowed = "Method Not Allowed";
constexpr auto kNotAcceptable = "Not Acceptable";
constexpr auto kProxyAuthenticationRequired = "Proxy Authentication Required";
constexpr auto kRequesTtimOut = "Request Time-out";
constexpr auto kConflicT = " Conflict";
constexpr auto kRequestTimeOut = "Request Time-out";
constexpr auto kConflict = " Conflict";
constexpr auto kGone = "Gone";
constexpr auto kLengthRequired = " Length Required";
constexpr auto kPreconditionFailed = " Precondition Failed";
Expand Down