specification.md
July 15, 2021 · View on GitHub
Bookmarks tagged [specification]
www.codever.land/bookmarks/t/specification
Apache Avro™ Specification Current
https://avro.apache.org/docs/current/spec.html
This document defines Apache Avro. It is intended to be the authoritative specification. Implementations of Avro must adhere to this document.
- tags: apache-avro, specification
RFC 2965 - HTTP State Management Mechanism
https://tools.ietf.org/html/rfc2965
This document specifies a way to create a stateful session with Hypertext Transfer Protocol (HTTP) requests and responses. It describes three new headers, Cookie, Cookie2, and Set-Cookie2, w...
- tags: http, cookies, specification
RFC 7636 - Proof Key for Code Exchange by OAuth Public Clients
https://tools.ietf.org/html/rfc7636
OAuth 2.0 public clients utilizing the Authorization Code Grant are susceptible to the authorization code interception attack. This specification describes the attack as well as a technique to...
- tags: oauth2, openid-connect, specification
General overview of GraphQL in graphql-spec/README.md
https://github.com/graphql/graphql-spec/blob/master/README.md
Helps you get started with GraphQL concepts
- tags: graphql, specification, readme
- :octocat: source code
GraphQL Specification Versions
- tags: graphql, specification, release
CloudEvents home page
CloudEvents is a specification for describing event data in common formats to provide interoperability across services, platforms and systems.
- tags: cloud-computing, event-driven, specification
- :octocat: source code
facebook/graphql
https://facebook.github.io/graphql/
Working Draft of the Specification for GraphQL created by Facebook.
- tags: graphql, specification, specifications
HTML Standard - Websocket
https://html.spec.whatwg.org/multipage/web-sockets.html
To enable Web applications to maintain bidirectional communications with server-side processes, this specification introduces the WebSocket interface.
- tags: html, websocket, specification
The Syslog Protocol
https://tools.ietf.org/html/rfc5424
This document describes the syslog protocol, which is used to convey event notification messages. This protocol utilizes a layered architecture, which allows the use of any number of transport ...
- tags: syslog, logging, specification