Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ISC Open Source Projects
Kea
Commits
17a4fb25
Commit
17a4fb25
authored
Jan 06, 2017
by
Francis Dupont
Browse files
[5088] Spelling + ref to RFC 2068
parent
11d5c1c3
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/lib/http/response.h
View file @
17a4fb25
...
...
@@ -25,7 +25,7 @@ public:
isc
::
Exception
(
file
,
line
,
what
)
{
};
};
/// @brief HTTP status codes
.
/// @brief HTTP status codes
(cf RFC 2068)
enum
class
HttpStatusCode
:
std
::
uint16_t
{
OK
=
200
,
CREATED
=
201
,
...
...
@@ -49,7 +49,7 @@ enum class HttpStatusCode : std::uint16_t {
/// constructor should call its @c setGenericBody method during construction.
struct
CallSetGenericBody
{
/// @brief Contr
s
uctor.
/// @brief Con
s
tructor.
///
/// @param set A boolean value indicating if the method should be called
/// or not.
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment