Skip to content

Commit

Permalink
Update docs with new http method specs and fix pipeline name for http…
Browse files Browse the repository at this point in the history
… status codes
  • Loading branch information
PrinsFrank committed Nov 26, 2022
1 parent e1a5519 commit 0b49e32
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ Country calling codes are quite straight forward. One Exception is that the +1 p

## HTTP Status Codes

[![Daily HTTP Status code spec update](https://github.com/PrinsFrank/standards/actions/workflows/update-spec-http.yml/badge.svg)](https://github.com/PrinsFrank/standards/actions/workflows/update-spec-http.yml)
[![Daily HTTP Status code spec update](https://github.com/PrinsFrank/standards/actions/workflows/update-spec-http-status-codes.yml/badge.svg)](https://github.com/PrinsFrank/standards/actions/workflows/update-spec-http-status-codes.yml)

HTTP Status codes are quite straight forward. For some code examples [you can look in the documentation](/docs/http_status_code.md).

Expand All @@ -88,3 +88,14 @@ HTTP Status codes are quite straight forward. For some code examples [you can lo
| Moved_Permanently | 301 |
| Not_Found | 404 |
| ... | ... |

## HTTP Methods

[![Daily HTTP method spec update](https://github.com/PrinsFrank/standards/actions/workflows/update-spec-http-methods.yml/badge.svg)](https://github.com/PrinsFrank/standards/actions/workflows/update-spec-http-methods.yml)

| Key | Value |
|------------------|------------------|
| POST | POST |
| PUT | PUT |
| BASELINE_CONTROL | BASELINE-CONTROL |
| ... | ... |

0 comments on commit 0b49e32

Please sign in to comment.