vasilakisfil / Introspected-REST

An alternative to REST and GraphQL
https://introspected.rest
Creative Commons Zero v1.0 Universal
382 stars 23 forks source link

Wrong RFC used for Media Types #4

Closed vasilakisfil closed 6 years ago

vasilakisfil commented 6 years ago

In the application level, the client starts content negotiation (or content selection), usually asking for only one Media Type. A Media Type provides information about the structure of the content and the message format used in the data it describes, as described by RFC 2046.

The correct RFC is 6838 which deprecates 2046.

vasilakisfil commented 6 years ago

hmm eventually 6838 obseletes 2048 not 2046 so we are good :+1: