Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/mnot/i-d

My Internet-Drafts
https://github.com/mnot/i-d

ietf internet-draft rfc standards

Last synced: 4 days ago
JSON representation

My Internet-Drafts

Awesome Lists containing this project

README

        

# Mark Nottingham's Internet Drafts

This is the working area for my individual Internet-Drafts.

## Binary Structured HTTP Field Values

* [Editor's Copy](https://mnot.github.io/I-D/#go.draft-nottingham-binary-structured-headers.html)
* [Datatracker Page](https://datatracker.ietf.org/doc/draft-nottingham-binary-structured-headers)
* [Individual Draft](https://datatracker.ietf.org/doc/html/draft-nottingham-binary-structured-headers)
* [Compare Editor's Copy to Individual Draft](https://mnot.github.io/I-D/#go.draft-nottingham-binary-structured-headers.diff)

## Updating HTTP Caching Policy in Trailers

* [Editor's Copy](https://mnot.github.io/I-D/#go.draft-nottingham-cache-trailers.html)
* [Datatracker Page](https://datatracker.ietf.org/doc/draft-nottingham-cache-trailers)
* [Individual Draft](https://datatracker.ietf.org/doc/html/draft-nottingham-cache-trailers)
* [Compare Editor's Copy to Individual Draft](https://mnot.github.io/I-D/#go.draft-nottingham-cache-trailers.diff)

## Retrofit Structured Fields for HTTP

* [Editor's Copy](https://mnot.github.io/I-D/#go.draft-nottingham-http-structure-retrofit.html)
* [Datatracker Page](https://datatracker.ietf.org/doc/draft-nottingham-http-structure-retrofit)
* [Individual Draft](https://datatracker.ietf.org/doc/html/draft-nottingham-http-structure-retrofit)
* [Compare Editor's Copy to Individual Draft](https://mnot.github.io/I-D/#go.draft-nottingham-http-structure-retrofit.diff)

## Home Documents for HTTP APIs

* [Editor's Copy](https://mnot.github.io/I-D/#go.draft-nottingham-json-home.html)
* [Datatracker Page](https://datatracker.ietf.org/doc/draft-nottingham-json-home)
* [Individual Draft](https://datatracker.ietf.org/doc/html/draft-nottingham-json-home)
* [Compare Editor's Copy to Individual Draft](https://mnot.github.io/I-D/#go.draft-nottingham-json-home.diff)

## HTTP Link Hints

* [Editor's Copy](https://mnot.github.io/I-D/#go.draft-nottingham-link-hint.html)
* [Datatracker Page](https://datatracker.ietf.org/doc/draft-nottingham-link-hint)
* [Individual Draft](https://datatracker.ietf.org/doc/html/draft-nottingham-link-hint)
* [Compare Editor's Copy to Individual Draft](https://mnot.github.io/I-D/#go.draft-nottingham-link-hint.diff)

## The Link-Template HTTP Header Field

* [Editor's Copy](https://mnot.github.io/I-D/#go.draft-nottingham-link-template.html)
* [Datatracker Page](https://datatracker.ietf.org/doc/draft-nottingham-link-template)
* [Individual Draft](https://datatracker.ietf.org/doc/html/draft-nottingham-link-template)
* [Compare Editor's Copy to Individual Draft](https://mnot.github.io/I-D/#go.draft-nottingham-link-template.diff)

## Clarifying IETF Document Status

* [Editor's Copy](https://mnot.github.io/I-D/#go.draft-nottingham-where-does-that-come-from.html)
* [Datatracker Page](https://datatracker.ietf.org/doc/draft-nottingham-where-does-that-come-from)
* [Individual Draft](https://datatracker.ietf.org/doc/html/draft-nottingham-where-does-that-come-from)
* [Compare Editor's Copy to Individual Draft](https://mnot.github.io/I-D/#go.draft-nottingham-where-does-that-come-from.diff)

## Contributing

See the
[guidelines for contributions](https://github.com/mnot/I-D/blob/main/CONTRIBUTING.md).

Contributions can be made by creating pull requests.
The GitHub interface supports creating pull requests using the Edit (✏) button.

## Command Line Usage

Formatted text and HTML versions of the draft can be built using `make`.

```sh
$ make
```

Command line usage requires that you have the necessary software installed. See
[the instructions](https://github.com/martinthomson/i-d-template/blob/main/doc/SETUP.md).