Updates protocol/http.md

Auto commit by GitBook Editor
This commit is contained in:
apidesigner
2017-01-31 13:57:25 +00:00
parent d724b61ddf
commit 8de53711b3
5 changed files with 15 additions and 3 deletions

View File

@@ -1,3 +1,2 @@
# Core Principles
This section outlines the foundation upon which the API Guidelines are built.

View File

@@ -1 +0,0 @@
# API Design Guidelines

3
protocol/README.md Normal file
View File

@@ -0,0 +1,3 @@
# Protocol Guidelines
This section outlines the protocol-level semantics and guidelines.

View File

@@ -1,5 +1,4 @@
# Content Negotiation
MOVE TO PROTOCOL SEMANTICS
https://tools.adidas-group.com/confluence/display/EA/API+Versioning+and+Compatibility

12
protocol/http.md Normal file
View File

@@ -0,0 +1,12 @@
# HTTP
Every API MUST support [HTTP/1.1](https://tools.ietf.org/html/rfc7230).
> [RFC 7230, HTTP/1.1: Message Syntax and Routing](https://tools.ietf.org/html/rfc7230)
> [RFC 7231, HTTP/1.1: Semantics and Content](https://tools.ietf.org/html/rfc7231)
> [RFC 7232, HTTP/1.1: Conditional Requests](https://tools.ietf.org/html/rfc7232)
> [RFC 7233, HTTP/1.1: Range Requests](https://tools.ietf.org/html/rfc7233)
> [RFC 7234, HTTP/1.1: Caching](https://tools.ietf.org/html/rfc7234)
> [RFC 7235, HTTP/1.1: Authentication](https://tools.ietf.org/html/rfc7234)