File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -10,6 +10,7 @@ This changelog follows the [Keep a Changelog](http://keepachangelog.com) format.
1010---
1111
1212## [ 1.1.0] - 2018-10-06 ##
13+ Adds missing status codes from the IANA registry.
1314
1415### Added ###
1516- Status codes 103 Early Hints, 208 Already Reported, 508 Loop Detected and 510 Not Extended
@@ -36,4 +37,4 @@ Initial (actually unversioned) release.
3637---
3738
3839
39- [ 1.1.0 ] : https://
40+ [ 1.1.0 ] : https://github.com/j-ulrich/http-status-codes-cpp/releases/tag/1.1.0
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ This repository provides the HTTP status codes and reason phrases in different v
99Simply take the variant that fits your needs and copy/use/modify it.
1010
1111Data has initially been taken from [ for-GET/know-your-http-well] ( https://github.com/for-GET/know-your-http-well ) .
12- It should cover all status codes [ registered with the IANA] ( https://www.iana.org/assignments/http-status-codes/http-status-codes.xhtml ) .
12+ It covers all status codes [ registered with the IANA] ( https://www.iana.org/assignments/http-status-codes/http-status-codes.xhtml ) .
1313
1414### Table of Contents ###
1515
You can’t perform that action at this time.
0 commit comments