Adds Rails HTTP Status Symbols to 1xx Informational codes

This commit is contained in:
Samuel Ryan 2015-11-07 00:41:41 +00:00
parent 6e3e0dd158
commit 3d8dbc42af
3 changed files with 6 additions and 0 deletions

View File

@ -2,6 +2,8 @@
set: 1
code: 100
title: Continue
references:
"Rails HTTP Status Symbol": ":continue"
---
The 100 (Continue) status code indicates that the initial part of a request has

View File

@ -2,6 +2,8 @@
set: 1
code: 101
title: Switching Protocols
references:
"Rails HTTP Status Symbol": ":switching_protocols"
---
The 101 (Switching Protocols) status code indicates that the server understands

View File

@ -2,6 +2,8 @@
set: 1
code: 102
title: Processing
references:
"Rails HTTP Status Symbol": ":processing"
---
The 102 (Processing) status code is an interim response used to inform the