├── .editorconfig ├── .github ├── CODEOWNERS └── workflows │ ├── archive.yml │ ├── ghpages.yml │ ├── publish.yml │ └── update.yml ├── .gitignore ├── .note.xml ├── Abandoned ├── appsawg-happiana │ ├── Makefile │ ├── draft-nottingham-appsawg-happiana-00.html │ ├── draft-nottingham-appsawg-happiana-00.txt │ ├── draft-nottingham-appsawg-happiana-00.xml │ └── draft-nottingham-appsawg-happiana-01.xml ├── atomtriples │ ├── draft-nottingham-atomtriples-00.txt │ └── draft-nottingham-atomtriples-00.xml ├── bikeshed-length │ ├── Makefile │ ├── draft-nottingham-bikeshed-length-00.html │ ├── draft-nottingham-bikeshed-length-00.txt │ ├── draft-nottingham-bikeshed-length-00.xml │ ├── draft.md │ ├── index.html │ └── index.txt ├── cache-extensions │ ├── draft-nottingham-cache-extensions-00.txt │ ├── draft-nottingham-cache-extensions-00.xml │ ├── draft-nottingham-cache-extensions-01.txt │ └── draft-nottingham-cache-extensions-01.xml ├── capport-problem │ ├── Makefile │ ├── draft-nottingham-capport-problem-00.html │ ├── draft-nottingham-capport-problem-00.txt │ ├── draft-nottingham-capport-problem-00.xml │ ├── draft-nottingham-capport-problem-01.html │ ├── draft-nottingham-capport-problem-01.txt │ ├── draft-nottingham-capport-problem-01.xml │ ├── draft-nottingham-capport-problem-02.xml │ ├── draft.md │ ├── index.html │ └── index.txt ├── discussion-recharter │ ├── Makefile │ ├── draft-nottingham-discussion-recharter-00.html │ ├── draft-nottingham-discussion-recharter-00.txt │ ├── draft-nottingham-discussion-recharter-00.xml │ ├── draft.md │ ├── index.html │ └── index.txt ├── doh-digests │ ├── Makefile │ ├── draft-nottingham-doh-digests-00.html │ ├── draft-nottingham-doh-digests-00.txt │ ├── draft-nottingham-doh-digests-00.xml │ ├── draft.md │ ├── index.html │ └── index.txt ├── draft-nottingham-cache-trailers.md ├── draft-nottingham-feed-privacy.md ├── draft-nottingham-gendispatch-discuss-criteria.md ├── draft-nottingham-iesg-review-workload.md ├── draft-nottingham-scheduling-online-meetings.md ├── draft-nottingham-standards-policy.md ├── draft-nottingham-where-does-that-come-from.md ├── fiql │ ├── draft-nottingham-atompub-fiql-00.txt │ ├── draft-nottingham-atompub-fiql-00.xml │ ├── draft-nottingham-atompub-fql-00.txt │ └── draft-nottingham-atompub-fql-00.xml ├── gin │ ├── Makefile │ ├── draft-nottingham-gin-00.xml │ └── draft.md ├── h2-vpn │ ├── Makefile │ ├── draft-nottingham-h2-vpn-00.html │ ├── draft-nottingham-h2-vpn-00.txt │ ├── draft-nottingham-h2-vpn-00.xml │ ├── draft.md │ ├── index.html │ └── index.txt ├── heuristic-expiry │ ├── draft-nottingham-heuristic-expiry-00.txt │ └── draft-nottingham-heuristic-expiry-00.xml ├── historic │ ├── draft-nottingham-http-auth-cache-00.txt │ ├── draft-nottingham-http-roles-00.txt │ ├── draft-nottingham-rss2-00.txt │ └── draft-nottingham-webi-warm-00.txt ├── http-api-design │ ├── Makefile │ ├── draft-nottingham-http-api-design-00.xml │ └── draft.md ├── http-browser-hints │ ├── Makefile │ ├── draft-nottingham-http-browser-hints-00.html │ ├── draft-nottingham-http-browser-hints-00.txt │ ├── draft-nottingham-http-browser-hints-00.xml │ ├── draft-nottingham-http-browser-hints-01.html │ ├── draft-nottingham-http-browser-hints-01.txt │ ├── draft-nottingham-http-browser-hints-01.xml │ ├── draft-nottingham-http-browser-hints-02.html │ ├── draft-nottingham-http-browser-hints-02.txt │ ├── draft-nottingham-http-browser-hints-02.xml │ ├── draft-nottingham-http-browser-hints-03.html │ ├── draft-nottingham-http-browser-hints-03.txt │ ├── draft-nottingham-http-browser-hints-03.xml │ ├── draft-nottingham-http-browser-hints-04.html │ ├── draft-nottingham-http-browser-hints-04.txt │ ├── draft-nottingham-http-browser-hints-04.xml │ ├── draft-nottingham-http-browser-hints-05.xml │ └── draft-nottingham-http-browser-hints-06.xml ├── http-cache-channels │ ├── Makefile │ ├── draft-nottingham-http-cache-channels-00.txt │ ├── draft-nottingham-http-cache-channels-00.xml │ ├── draft-nottingham-http-cache-channels-01-from-0.diff.html │ ├── draft-nottingham-http-cache-channels-01.txt │ ├── draft-nottingham-http-cache-channels-01.xml │ ├── draft-nottingham-http-cache-channels-02.html │ ├── draft-nottingham-http-cache-channels-02.txt │ ├── draft-nottingham-http-cache-channels-02.xml │ ├── index.html │ └── index.txt ├── http-encryption-encoding │ ├── Makefile │ ├── draft-nottingham-http-encryption-encoding-00.xml │ ├── draft-nottingham-http-encryption-encoding-01.xml │ └── draft.md ├── http-grease │ ├── Makefile │ ├── draft-nottingham-http-grease-00.html │ ├── draft-nottingham-http-grease-00.txt │ ├── draft-nottingham-http-grease-00.xml │ ├── draft-nottingham-http-grease-01.html │ ├── draft-nottingham-http-grease-01.txt │ ├── draft-nottingham-http-grease-01.xml │ ├── draft.md │ ├── index.html │ └── index.txt ├── http-options-resources │ ├── Makefile │ ├── draft-nottingham-http-options-resources-00.html │ ├── draft-nottingham-http-options-resources-00.txt │ ├── draft-nottingham-http-options-resources-00.xml │ ├── draft.md │ ├── index.html │ └── index.txt ├── http-over-version │ ├── Makefile │ ├── draft-nottingham-http-over-version-00.xml │ └── draft.md ├── http-patch-status │ ├── Makefile │ ├── draft-nottingham-http-patch-status-00.html │ ├── draft-nottingham-http-patch-status-00.txt │ ├── draft-nottingham-http-patch-status-00.xml │ ├── draft-nottingham-http-patch-status-01.html │ ├── draft-nottingham-http-patch-status-01.txt │ ├── draft-nottingham-http-patch-status-01.xml │ ├── draft.md │ ├── index.html │ └── index.txt ├── http-pipeline │ ├── Makefile │ ├── README.rst │ ├── draft-nottingham-http-pipeline-00.html │ ├── draft-nottingham-http-pipeline-00.txt │ ├── draft-nottingham-http-pipeline-00.xml │ ├── draft-nottingham-http-pipeline-01.html │ ├── draft-nottingham-http-pipeline-01.txt │ ├── draft-nottingham-http-pipeline-01.xml │ └── draft-nottingham-http-pipeline-02.xml ├── http-poe │ ├── Makefile │ ├── draft-nottingham-http-poe-00.txt │ ├── draft-nottingham-http-poe-00.xml │ └── draft-nottingham-http-poe-01.xml ├── http-proxy-problem │ ├── Makefile │ ├── draft-nottingham-http-proxy-problem-00.xml │ ├── draft-nottingham-http-proxy-problem-01.xml │ ├── draft-nottingham-http-proxy-problem-02.xml │ └── draft.md ├── http2-ops │ ├── Makefile │ ├── draft-nottingham-http2-ops-00.xml │ └── draft.md ├── httpbis-h2-fixed-frame │ ├── Makefile │ ├── draft-nottingham-httpbis-h2-fixed-frame-00.html │ ├── draft-nottingham-httpbis-h2-fixed-frame-00.txt │ ├── draft-nottingham-httpbis-h2-fixed-frame-00.xml │ ├── draft.md │ ├── index.html │ └── index.txt ├── httpbis-retry │ ├── Makefile │ ├── draft-nottingham-httpbis-retry-00.html │ ├── draft-nottingham-httpbis-retry-00.txt │ ├── draft-nottingham-httpbis-retry-00.xml │ ├── draft-nottingham-httpbis-retry-01.html │ ├── draft-nottingham-httpbis-retry-01.txt │ ├── draft-nottingham-httpbis-retry-01.xml │ ├── draft-nottingham-httpbis-retry-02.html │ ├── draft-nottingham-httpbis-retry-02.txt │ ├── draft-nottingham-httpbis-retry-02.xml │ ├── draft.md │ ├── index.html │ └── index.txt ├── httpbis-tcp │ ├── Makefile │ ├── draft-stenberg-httpbis-tcp-00.html │ ├── draft-stenberg-httpbis-tcp-00.txt │ ├── draft-stenberg-httpbis-tcp-00.xml │ ├── draft.md │ ├── index.html │ └── index.txt ├── identifying-protocols │ ├── Makefile │ ├── draft-nottingham-identifying-protocols-00.html │ ├── draft-nottingham-identifying-protocols-00.txt │ ├── draft-nottingham-identifying-protocols-00.xml │ ├── draft.md │ ├── index.html │ └── index.txt ├── linked-cache-inv │ ├── Makefile │ ├── draft-nottingham-linked-cache-inv-00.html │ ├── draft-nottingham-linked-cache-inv-00.txt │ ├── draft-nottingham-linked-cache-inv-00.xml │ ├── draft-nottingham-linked-cache-inv-01.html │ ├── draft-nottingham-linked-cache-inv-01.txt │ ├── draft-nottingham-linked-cache-inv-01.xml │ ├── draft-nottingham-linked-cache-inv-02.html │ ├── draft-nottingham-linked-cache-inv-02.txt │ ├── draft-nottingham-linked-cache-inv-02.xml │ ├── draft-nottingham-linked-cache-inv-03.html │ ├── draft-nottingham-linked-cache-inv-03.txt │ ├── draft-nottingham-linked-cache-inv-03.xml │ ├── draft-nottingham-linked-cache-inv-04.html │ ├── draft-nottingham-linked-cache-inv-04.txt │ ├── draft-nottingham-linked-cache-inv-04.xml │ ├── draft-nottingham-linked-cache-inv-05.html │ ├── draft-nottingham-linked-cache-inv-05.txt │ ├── draft-nottingham-linked-cache-inv-05.xml │ ├── draft.md │ ├── index.html │ └── index.txt ├── proxy-explanation │ ├── Makefile │ ├── draft-nottingham-proxy-explanation-00.html │ ├── draft-nottingham-proxy-explanation-00.txt │ ├── draft-nottingham-proxy-explanation-00.xml │ ├── draft-nottingham-proxy-explanation-01.html │ ├── draft-nottingham-proxy-explanation-01.txt │ ├── draft-nottingham-proxy-explanation-01.xml │ ├── draft.md │ ├── index.html │ └── index.txt ├── pushopedia │ ├── Makefile │ ├── draft-nottingham-pushopedia-00.html │ ├── draft-nottingham-pushopedia-00.txt │ ├── draft-nottingham-pushopedia-00.xml │ ├── draft.md │ ├── index.html │ └── index.txt ├── registry-custodian │ ├── Makefile │ ├── draft-nottingham-registry-custodian-00.html │ ├── draft-nottingham-registry-custodian-00.txt │ ├── draft-nottingham-registry-custodian-00.xml │ ├── draft-nottingham-registry-custodian-01.html │ ├── draft-nottingham-registry-custodian-01.txt │ ├── draft-nottingham-registry-custodian-01.xml │ ├── draft-nottingham-registry-custodian-02.html │ ├── draft-nottingham-registry-custodian-02.txt │ ├── draft-nottingham-registry-custodian-02.xml │ └── draft.md ├── rfc3864bis │ ├── Makefile │ ├── draft-nottingham-rfc3864bis-00.html │ ├── draft-nottingham-rfc3864bis-00.txt │ ├── draft-nottingham-rfc3864bis-00.xml │ ├── draft.md │ ├── index.html │ ├── index.txt │ └── rfc3864.txt ├── scoping-protocols │ ├── Makefile │ ├── draft-nottingham-scoping-protocols-00.html │ ├── draft-nottingham-scoping-protocols-00.txt │ ├── draft-nottingham-scoping-protocols-00.xml │ ├── draft.md │ ├── index.html │ └── index.txt ├── site-wide-headers │ ├── Makefile │ ├── draft-nottingham-site-wide-headers-00.html │ ├── draft-nottingham-site-wide-headers-00.txt │ ├── draft-nottingham-site-wide-headers-00.xml │ ├── draft-nottingham-site-wide-headers-01.html │ ├── draft-nottingham-site-wide-headers-01.txt │ ├── draft-nottingham-site-wide-headers-01.xml │ ├── draft-nottingham-site-wide-headers-02.html │ ├── draft-nottingham-site-wide-headers-02.txt │ ├── draft-nottingham-site-wide-headers-02.xml │ ├── draft.md │ ├── index.html │ └── index.txt ├── surrogates │ ├── draft-nottingham-surrogates-01.txt │ └── draft-nottingham-surrogates-01.xml ├── transport-metadata-impact │ ├── Makefile │ ├── draft-nottingham-transport-metadata-impact-00.html │ ├── draft-nottingham-transport-metadata-impact-00.txt │ ├── draft-nottingham-transport-metadata-impact-00.xml │ ├── draft-nottingham-transport-metadata-impact-01.html │ ├── draft-nottingham-transport-metadata-impact-01.txt │ ├── draft-nottingham-transport-metadata-impact-01.xml │ ├── draft.md │ ├── index.html │ └── index.txt ├── unreliable-http │ ├── Makefile │ ├── draft-nottingham-unreliable-http-00.html │ ├── draft-nottingham-unreliable-http-00.txt │ ├── draft-nottingham-unreliable-http-00.xml │ ├── draft.md │ ├── index.html │ └── index.txt ├── web-proxy-desc │ ├── Makefile │ ├── draft-nottingham-web-proxy-desc-00.xml │ ├── draft-nottingham-web-proxy-desc-01.xml │ └── draft.md └── wugh-services │ ├── Makefile │ ├── draft-nottingham-wugh-services-00.html │ ├── draft-nottingham-wugh-services-00.txt │ ├── draft-nottingham-wugh-services-00.xml │ ├── draft-nottingham-wugh-services-01.html │ ├── draft-nottingham-wugh-services-01.txt │ ├── draft-nottingham-wugh-services-01.xml │ ├── draft.md │ ├── index.html │ └── index.txt ├── CONTRIBUTING.md ├── LICENSE.md ├── Makefile ├── Published ├── atom-format │ ├── draft-atompub-format-00.xml │ ├── draft-ietf-atompub-format-00.txt │ ├── draft-ietf-atompub-format-00.xml │ ├── draft-ietf-atompub-format-01.html │ ├── draft-ietf-atompub-format-01.txt │ ├── draft-ietf-atompub-format-01.xml │ ├── draft-ietf-atompub-format-02.txt │ ├── draft-ietf-atompub-format-02.xml │ ├── draft-ietf-atompub-format-version.xml │ ├── draft-nottingham-atom-feed-format-00.xml │ ├── draft-nottingham-atom-format-00.txt │ ├── draft-nottingham-atom-format-01.html │ ├── draft-nottingham-atom-format-01.txt │ ├── draft-nottingham-atom-format-01.xml │ ├── draft-nottingham-atom-format-02.xml │ └── draft-nottingham-atom-format-04.xml ├── bcp56bis │ ├── Makefile │ ├── bcp56.txt │ ├── draft-nottingham-bcp56bis-00.html │ ├── draft-nottingham-bcp56bis-00.txt │ ├── draft-nottingham-bcp56bis-00.xml │ ├── draft-nottingham-bcp56bis-01.html │ ├── draft-nottingham-bcp56bis-01.txt │ ├── draft-nottingham-bcp56bis-01.xml │ ├── draft.md │ ├── index.html │ └── index.txt ├── cache-header │ ├── Makefile │ ├── draft-nottingham-cache-header-00.html │ ├── draft-nottingham-cache-header-00.txt │ ├── draft-nottingham-cache-header-00.xml │ ├── draft-nottingham-cache-header-01.xml │ ├── draft.md │ ├── index.html │ └── index.txt ├── captive-portals │ ├── Makefile │ ├── draft-nottingham-http-portal-00.html │ ├── draft-nottingham-http-portal-00.txt │ ├── draft-nottingham-http-portal-00.xml │ ├── draft-nottingham-http-portal-01-from-0.diff.html │ ├── draft-nottingham-http-portal-01.html │ ├── draft-nottingham-http-portal-01.txt │ ├── draft-nottingham-http-portal-01.xml │ ├── draft-nottingham-http-portal-02.html │ ├── draft-nottingham-http-portal-02.txt │ └── draft-nottingham-http-portal-02.xml ├── dnsop-onion-tld │ ├── Makefile │ ├── draft-appelbaum-dnsop-onion-tld-00.xml │ ├── draft-appelbaum-dnsop-onion-tld-01.xml │ ├── draft-ietf-dnsop-onion-tld-00.xml │ ├── draft-ietf-dnsop-onion-tld-01.html │ ├── draft-ietf-dnsop-onion-tld-01.txt │ ├── draft-ietf-dnsop-onion-tld-01.xml │ ├── draft.md │ ├── index.html │ └── index.txt ├── draft-ietf-mediaman-standards-tree.md ├── draft-nottingham-http-cache-groups.md ├── draft-nottingham-http-structure-retrofit.md ├── draft-nottingham-link-hint.md ├── draft-nottingham-link-template.md ├── feed-history │ ├── draft-nottingham-atompub-feed-history-00.txt │ ├── draft-nottingham-atompub-feed-history-00.xml │ ├── draft-nottingham-atompub-feed-history-01.txt │ ├── draft-nottingham-atompub-feed-history-01.xml │ ├── draft-nottingham-atompub-feed-history-02.txt │ ├── draft-nottingham-atompub-feed-history-02.xml │ ├── draft-nottingham-atompub-feed-history-03.txt │ ├── draft-nottingham-atompub-feed-history-03.xml │ ├── draft-nottingham-atompub-feed-history-04.txt │ ├── draft-nottingham-atompub-feed-history-04.xml │ ├── draft-nottingham-atompub-feed-history-05.txt │ ├── draft-nottingham-atompub-feed-history-05.xml │ ├── draft-nottingham-atompub-feed-history-06-07-diff.html │ ├── draft-nottingham-atompub-feed-history-06.txt │ ├── draft-nottingham-atompub-feed-history-06.xml │ ├── draft-nottingham-atompub-feed-history-07.txt │ ├── draft-nottingham-atompub-feed-history-07.xml │ ├── draft-nottingham-atompub-feed-history-08-from-7.diff.html │ ├── draft-nottingham-atompub-feed-history-08.txt │ ├── draft-nottingham-atompub-feed-history-08.xml │ ├── draft-nottingham-atompub-feed-history-09.txt │ ├── draft-nottingham-atompub-feed-history-09.xml │ ├── draft-nottingham-atompub-feed-history-10-from-09.diff.html │ ├── draft-nottingham-atompub-feed-history-10.txt │ ├── draft-nottingham-atompub-feed-history-10.xml │ ├── draft-nottingham-atompub-feed-history-11-from-0.diff.html │ ├── draft-nottingham-atompub-feed-history-11.txt │ ├── draft-nottingham-atompub-feed-history-11.xml │ ├── draft-nottingham-atompub-feed-history-rfc-from-11.diff.html │ ├── draft-nottingham-atompub-feed-history-rfc.txt │ └── draft-nottingham-atompub-feed-history-rfc.xml ├── for-the-users │ ├── Makefile │ ├── draft-iab-for-the-users-00-from-nottingham-for-the-users-08.diff.html │ ├── draft-iab-for-the-users-00.html │ ├── draft-iab-for-the-users-00.txt │ ├── draft-iab-for-the-users-00.xml │ ├── draft-nottingham-for-the-users-00.html │ ├── draft-nottingham-for-the-users-00.txt │ ├── draft-nottingham-for-the-users-00.xml │ ├── draft-nottingham-for-the-users-01.html │ ├── draft-nottingham-for-the-users-01.txt │ ├── draft-nottingham-for-the-users-01.xml │ ├── draft-nottingham-for-the-users-02.html │ ├── draft-nottingham-for-the-users-02.txt │ ├── draft-nottingham-for-the-users-02.xml │ ├── draft-nottingham-for-the-users-03.html │ ├── draft-nottingham-for-the-users-03.txt │ ├── draft-nottingham-for-the-users-03.xml │ ├── draft-nottingham-for-the-users-04.html │ ├── draft-nottingham-for-the-users-04.txt │ ├── draft-nottingham-for-the-users-04.xml │ ├── draft-nottingham-for-the-users-05.html │ ├── draft-nottingham-for-the-users-05.txt │ ├── draft-nottingham-for-the-users-05.xml │ ├── draft-nottingham-for-the-users-06.html │ ├── draft-nottingham-for-the-users-06.txt │ ├── draft-nottingham-for-the-users-06.xml │ ├── draft-nottingham-for-the-users-07.html │ ├── draft-nottingham-for-the-users-07.txt │ ├── draft-nottingham-for-the-users-07.xml │ ├── draft-nottingham-for-the-users-08.html │ ├── draft-nottingham-for-the-users-08.txt │ ├── draft-nottingham-for-the-users-08.xml │ ├── draft-nottingham-for-the-users-09.html │ ├── draft-nottingham-for-the-users-09.txt │ ├── draft-nottingham-for-the-users-09.xml │ ├── draft.md │ ├── index.html │ └── index.txt ├── h2-cache-digest │ ├── Makefile │ ├── draft-kazuho-h2-cache-digest-00.html │ ├── draft-kazuho-h2-cache-digest-00.txt │ ├── draft-kazuho-h2-cache-digest-00.xml │ ├── draft-kazuho-h2-cache-digest-01.html │ ├── draft-kazuho-h2-cache-digest-01.txt │ ├── draft-kazuho-h2-cache-digest-01.xml │ ├── draft-kazuho-h2-cache-digest-02.xml │ ├── draft.md │ ├── index.html │ └── index.txt ├── hdrreg-http │ ├── draft-nottingham-hdrreg-http-00.txt │ ├── draft-nottingham-hdrreg-http-01.txt │ ├── draft-nottingham-hdrreg-http-02.txt │ ├── draft-nottingham-hdrreg-http-03.txt │ ├── draft-nottingham-hdrreg-http-04.txt │ ├── draft-nottingham-hdrreg-http-05.txt │ └── http_headers.n3 ├── how-did-that-get-into-the-repo │ ├── Makefile │ ├── draft-nottingham-how-did-that-get-into-the-repo-00.html │ ├── draft-nottingham-how-did-that-get-into-the-repo-00.txt │ ├── draft-nottingham-how-did-that-get-into-the-repo-00.xml │ ├── draft-nottingham-how-did-that-get-into-the-repo-01.html │ ├── draft-nottingham-how-did-that-get-into-the-repo-01.txt │ ├── draft-nottingham-how-did-that-get-into-the-repo-01.xml │ ├── draft-nottingham-how-did-that-get-into-the-repo-02.html │ ├── draft-nottingham-how-did-that-get-into-the-repo-02.txt │ ├── draft-nottingham-how-did-that-get-into-the-repo-02.xml │ ├── draft.md │ ├── index.html │ └── index.txt ├── http-key │ ├── Makefile │ ├── draft-fielding-http-key-00.html │ ├── draft-fielding-http-key-00.txt │ ├── draft-fielding-http-key-00.xml │ ├── draft-fielding-http-key-01.html │ ├── draft-fielding-http-key-01.txt │ ├── draft-fielding-http-key-01.xml │ ├── draft-fielding-http-key-02.html │ ├── draft-fielding-http-key-02.txt │ ├── draft-fielding-http-key-02.xml │ ├── draft-fielding-http-key-03.html │ ├── draft-fielding-http-key-03.txt │ ├── draft-fielding-http-key-03.xml │ ├── draft-fielding-http-key-04.html │ ├── draft-fielding-http-key-04.txt │ ├── draft-fielding-http-key-04.xml │ ├── draft.md │ ├── index.html │ └── index.txt ├── http-new-status │ ├── Makefile │ ├── README.md │ ├── draft-nottingham-http-new-status-00.xml │ ├── draft-nottingham-http-new-status-01.xml │ ├── draft-nottingham-http-new-status-02.xml │ ├── draft-nottingham-http-new-status-03.xml │ └── draft-nottingham-http-new-status-04.xml ├── http-problem │ ├── Makefile │ ├── draft-ietf-appsawg-http-problem-00.xml │ ├── draft-ietf-appsawg-http-problem-01.html │ ├── draft-ietf-appsawg-http-problem-01.txt │ ├── draft-ietf-appsawg-http-problem-01.xml │ ├── draft-ietf-appsawg-http-problem-02.html │ ├── draft-ietf-appsawg-http-problem-02.txt │ ├── draft-ietf-appsawg-http-problem-02.xml │ ├── draft-ietf-appsawg-http-problem-03.html │ ├── draft-ietf-appsawg-http-problem-03.txt │ ├── draft-ietf-appsawg-http-problem-03.xml │ ├── draft-nottingham-http-problem-00.xml │ ├── draft-nottingham-http-problem-01.xml │ ├── draft-nottingham-http-problem-02.xml │ ├── draft-nottingham-http-problem-03.xml │ ├── draft-nottingham-http-problem-04.xml │ ├── draft-nottingham-http-problem-05.xml │ ├── draft-nottingham-http-problem-06.xml │ ├── draft-nottingham-http-problem-07.xml │ ├── http-problem-01.xsd │ ├── http-problem-02.xsd │ ├── http-problem-03.rnc │ ├── http-problem-03.rng │ ├── http-problem-03.xml │ ├── http-problem-03.xsd │ ├── http-problem-04.rnc │ ├── http-problem-04.rng │ ├── http-problem-04.xml │ ├── http-problem-04.xsd │ ├── http-problem-05.rnc │ ├── http-problem-05.xml │ ├── http-problem-05.xsd │ ├── http-problem-06.rnc │ ├── http-problem-06.xml │ ├── http-problem-06.xsd │ ├── http-problem-07.rnc │ ├── http-problem-07.xml │ ├── http-problem-07.xsd │ ├── index.html │ └── index.txt ├── http2-encryption │ ├── Makefile │ ├── draft-nottingham-http2-encryption-00.xml │ ├── draft-nottingham-http2-encryption-01.xml │ ├── draft-nottingham-http2-encryption-02.xml │ ├── draft-nottingham-http2-encryption-03.xml │ ├── draft-nottingham-http2-encryption-04.xml │ └── draft.md ├── httpbis-alt-svc │ ├── Makefile │ ├── draft-nottingham-httpbis-alt-svc-00.xml │ ├── draft-nottingham-httpbis-alt-svc-01.xml │ ├── draft-nottingham-httpbis-alt-svc-02.xml │ ├── draft-nottingham-httpbis-alt-svc-03.xml │ ├── draft-nottingham-httpbis-alt-svc-04.xml │ ├── draft-nottingham-httpbis-alt-svc-05.xml │ └── draft.md ├── httpbis-header-registry │ ├── Makefile │ ├── draft-nottingham-httpbis-header-registry-00.html │ ├── draft-nottingham-httpbis-header-registry-00.txt │ ├── draft-nottingham-httpbis-header-registry-00.xml │ ├── draft-nottingham-httpbis-header-registry-01.xml │ ├── draft.md │ ├── index.html │ └── index.txt ├── httpbis-origin-frame │ ├── Makefile │ ├── draft-nottingham-httpbis-origin-frame-00.html │ ├── draft-nottingham-httpbis-origin-frame-00.txt │ ├── draft-nottingham-httpbis-origin-frame-00.xml │ ├── draft-nottingham-httpbis-origin-frame-01.html │ ├── draft-nottingham-httpbis-origin-frame-01.txt │ ├── draft-nottingham-httpbis-origin-frame-01.xml │ ├── draft.md │ ├── index.html │ └── index.txt ├── link-header │ ├── Makefile │ ├── draft-nottingham-http-link-header-00.txt │ ├── draft-nottingham-http-link-header-00.xml │ ├── draft-nottingham-http-link-header-01.txt │ ├── draft-nottingham-http-link-header-01.xml │ ├── draft-nottingham-http-link-header-02.txt │ ├── draft-nottingham-http-link-header-02.xml │ ├── draft-nottingham-http-link-header-03.txt │ ├── draft-nottingham-http-link-header-03.xml │ ├── draft-nottingham-http-link-header-04-from-3.diff.html │ ├── draft-nottingham-http-link-header-04.txt │ ├── draft-nottingham-http-link-header-04.xml │ ├── draft-nottingham-http-link-header-05-from-4.diff.html │ ├── draft-nottingham-http-link-header-05.txt │ ├── draft-nottingham-http-link-header-05.xml │ ├── draft-nottingham-http-link-header-06.txt │ ├── draft-nottingham-http-link-header-06.xml │ ├── draft-nottingham-http-link-header-07-from-6.diff │ ├── draft-nottingham-http-link-header-07-from-6.diff.html │ ├── draft-nottingham-http-link-header-07-from-6.wdiff.html │ ├── draft-nottingham-http-link-header-07.txt │ ├── draft-nottingham-http-link-header-07.xml │ ├── draft-nottingham-http-link-header-08.txt │ ├── draft-nottingham-http-link-header-08.xml │ ├── draft-nottingham-http-link-header-09-from-10.diff.html │ ├── draft-nottingham-http-link-header-09-from-8.diff.html │ ├── draft-nottingham-http-link-header-09.txt │ ├── draft-nottingham-http-link-header-09.xml │ ├── draft-nottingham-http-link-header-10-from-09.diff.html │ ├── draft-nottingham-http-link-header-10.txt │ ├── draft-nottingham-http-link-header-10.xml │ ├── rfc5988-from-draft-nottingham-http-link-header-10.diff.html │ ├── rfc5988.txt │ └── rfc5988.xml ├── media-type-registrations │ ├── draft-baker-soap-media-reg-04.txt │ ├── draft-baker-soap-media-reg-04.xml │ ├── draft-baker-soap-media-reg-05.txt │ ├── draft-baker-soap-media-reg-05.xml │ ├── draft-baker-soap-media-reg-06.txt │ ├── draft-baker-soap-media-reg-06.xml │ ├── draft-nottingham-dns-media-tree-00.txt │ ├── draft-nottingham-dns-media-tree-00.xml │ ├── draft-nottingham-rss-media-type-00.txt │ ├── draft-nottingham-rss-media-type-01.txt │ ├── draft-nottingham-rss-media-type-01.xml │ ├── draft-nottingham-soap-xop-media-reg-00.txt │ ├── draft-nottingham-soap-xop-media-reg-00.xml │ ├── draft-nottingham-uri-media-tree-00.txt │ └── draft-nottingham-uri-media-tree-00.xml ├── proxy-status │ ├── Makefile │ ├── draft-nottingham-proxy-status-00.html │ ├── draft-nottingham-proxy-status-00.txt │ ├── draft-nottingham-proxy-status-00.xml │ ├── draft.md │ ├── index.html │ └── index.txt ├── rfc5785bis │ ├── Makefile │ ├── draft-nottingham-rfc5785bis-00.html │ ├── draft-nottingham-rfc5785bis-00.txt │ ├── draft-nottingham-rfc5785bis-00.xml │ ├── draft-nottingham-rfc5785bis-01.html │ ├── draft-nottingham-rfc5785bis-01.txt │ ├── draft-nottingham-rfc5785bis-01.xml │ ├── draft-nottingham-rfc5785bis-02.html │ ├── draft-nottingham-rfc5785bis-02.txt │ ├── draft-nottingham-rfc5785bis-02.xml │ ├── draft-nottingham-rfc5785bis-03.html │ ├── draft-nottingham-rfc5785bis-03.txt │ ├── draft-nottingham-rfc5785bis-03.xml │ ├── draft-nottingham-rfc5785bis-04.html │ ├── draft-nottingham-rfc5785bis-04.txt │ ├── draft-nottingham-rfc5785bis-04.xml │ ├── draft-nottingham-rfc5785bis-05.html │ ├── draft-nottingham-rfc5785bis-05.txt │ ├── draft-nottingham-rfc5785bis-05.xml │ ├── draft-nottingham-rfc5785bis-06.html │ ├── draft-nottingham-rfc5785bis-06.txt │ ├── draft-nottingham-rfc5785bis-06.xml │ ├── draft-nottingham-rfc5785bis-07.html │ ├── draft-nottingham-rfc5785bis-07.txt │ ├── draft-nottingham-rfc5785bis-07.xml │ ├── draft-nottingham-rfc5785bis-08.html │ ├── draft-nottingham-rfc5785bis-08.txt │ ├── draft-nottingham-rfc5785bis-08.xml │ ├── draft-nottingham-rfc5785bis-09.html │ ├── draft-nottingham-rfc5785bis-09.txt │ ├── draft-nottingham-rfc5785bis-09.xml │ ├── draft-nottingham-rfc5785bis-10.html │ ├── draft-nottingham-rfc5785bis-10.txt │ ├── draft-nottingham-rfc5785bis-10.xml │ ├── draft-nottingham-rfc5785bis-11.html │ ├── draft-nottingham-rfc5785bis-11.txt │ ├── draft-nottingham-rfc5785bis-11.xml │ ├── draft.md │ ├── index.html │ ├── index.txt │ └── rfc5785.txt ├── rfc5988bis │ ├── Makefile │ ├── draft-nottingham-rfc5988bis-00.html │ ├── draft-nottingham-rfc5988bis-00.txt │ ├── draft-nottingham-rfc5988bis-00.xml │ ├── draft-nottingham-rfc5988bis-01.html │ ├── draft-nottingham-rfc5988bis-01.txt │ ├── draft-nottingham-rfc5988bis-01.xml │ ├── draft-nottingham-rfc5988bis-02.html │ ├── draft-nottingham-rfc5988bis-02.txt │ ├── draft-nottingham-rfc5988bis-02.xml │ ├── draft-nottingham-rfc5988bis-03.html │ ├── draft-nottingham-rfc5988bis-03.txt │ ├── draft-nottingham-rfc5988bis-03.xml │ ├── draft-nottingham-rfc5988bis-04.html │ ├── draft-nottingham-rfc5988bis-04.txt │ ├── draft-nottingham-rfc5988bis-04.xml │ ├── draft-nottingham-rfc5988bis-05.html │ ├── draft-nottingham-rfc5988bis-05.txt │ ├── draft-nottingham-rfc5988bis-05.xml │ ├── draft-nottingham-rfc5988bis-06.html │ ├── draft-nottingham-rfc5988bis-06.txt │ ├── draft-nottingham-rfc5988bis-06.xml │ ├── draft-nottingham-rfc5988bis-07-from-6.diff.html │ ├── draft-nottingham-rfc5988bis-07.html │ ├── draft-nottingham-rfc5988bis-07.txt │ ├── draft-nottingham-rfc5988bis-07.xml │ ├── draft-nottingham-rfc5988bis-08.html │ ├── draft-nottingham-rfc5988bis-08.txt │ ├── draft-nottingham-rfc5988bis-08.xml │ ├── draft-nottingham-rfc5988bis-09.html │ ├── draft-nottingham-rfc5988bis-09.txt │ ├── draft-nottingham-rfc5988bis-09.xml │ ├── draft.md │ ├── index.html │ ├── index.txt │ ├── rfc5988.txt │ └── rfc5988.xml ├── rfc7320bis │ ├── Makefile │ ├── draft-nottingham-rfc7320bis-00.html │ ├── draft-nottingham-rfc7320bis-00.txt │ ├── draft-nottingham-rfc7320bis-00.xml │ ├── draft-nottingham-rfc7320bis-01.html │ ├── draft-nottingham-rfc7320bis-01.txt │ ├── draft-nottingham-rfc7320bis-01.xml │ ├── draft-nottingham-rfc7320bis-02.html │ ├── draft-nottingham-rfc7320bis-02.txt │ ├── draft-nottingham-rfc7320bis-02.xml │ ├── draft-nottingham-rfc7320bis-03.html │ ├── draft-nottingham-rfc7320bis-03.txt │ ├── draft-nottingham-rfc7320bis-03.xml │ ├── draft.md │ ├── index.html │ └── index.txt ├── safe-hint │ ├── Makefile │ ├── draft-nottingham-safe-hint-00.html │ ├── draft-nottingham-safe-hint-00.txt │ ├── draft-nottingham-safe-hint-00.xml │ ├── draft-nottingham-safe-hint-01.html │ ├── draft-nottingham-safe-hint-01.txt │ ├── draft-nottingham-safe-hint-01.xml │ ├── draft-nottingham-safe-hint-02-from-1.diff.html │ ├── draft-nottingham-safe-hint-02.html │ ├── draft-nottingham-safe-hint-02.txt │ ├── draft-nottingham-safe-hint-02.xml │ ├── draft-nottingham-safe-hint-03.html │ ├── draft-nottingham-safe-hint-03.txt │ ├── draft-nottingham-safe-hint-03.xml │ ├── draft-nottingham-safe-hint-04.xml │ ├── draft-nottingham-safe-hint-05.txt │ ├── draft-nottingham-safe-hint-05.xml │ ├── draft-nottingham-safe-hint-06-from-5.diff.html │ ├── draft-nottingham-safe-hint-06.html │ ├── draft-nottingham-safe-hint-06.txt │ ├── draft-nottingham-safe-hint-06.xml │ ├── draft-nottingham-safe-hint-07.html │ ├── draft-nottingham-safe-hint-07.txt │ ├── draft-nottingham-safe-hint-07.xml │ ├── draft-nottingham-safe-hint-08.html │ ├── draft-nottingham-safe-hint-08.txt │ ├── draft-nottingham-safe-hint-08.xml │ ├── draft-nottingham-safe-hint-09.html │ ├── draft-nottingham-safe-hint-09.txt │ ├── draft-nottingham-safe-hint-09.xml │ ├── draft-nottingham-safe-hint-10.html │ ├── draft-nottingham-safe-hint-10.txt │ ├── draft-nottingham-safe-hint-10.xml │ ├── draft-nottingham-safe-hint-11.html │ ├── draft-nottingham-safe-hint-11.txt │ ├── draft-nottingham-safe-hint-11.xml │ ├── draft.md │ ├── index.html │ └── index.txt ├── site-meta │ ├── draft-nottingham-http-options-metadata-00.txt │ ├── draft-nottingham-site-meta-00.txt │ ├── draft-nottingham-site-meta-00.xml │ ├── draft-nottingham-site-meta-01.txt │ ├── draft-nottingham-site-meta-01.xml │ ├── draft-nottingham-site-meta-02-from-1.diff.html │ ├── draft-nottingham-site-meta-02.html │ ├── draft-nottingham-site-meta-02.txt │ ├── draft-nottingham-site-meta-02.xml │ ├── draft-nottingham-site-meta-03.txt │ ├── draft-nottingham-site-meta-03.xml │ ├── draft-nottingham-site-meta-04-from-3.diff.html │ ├── draft-nottingham-site-meta-04.txt │ ├── draft-nottingham-site-meta-04.xml │ ├── draft-nottingham-site-meta-05-from-4.diff.html │ ├── draft-nottingham-site-meta-05.txt │ ├── draft-nottingham-site-meta-05.xml │ ├── rfc5785.txt │ └── rfc5785.xml ├── stale-controls │ ├── draft-nottingham-http-stale-controls-00.txt │ ├── draft-nottingham-http-stale-controls-00.xml │ ├── draft-nottingham-http-stale-if-error-00.txt │ ├── draft-nottingham-http-stale-if-error-00.xml │ ├── draft-nottingham-http-stale-if-error-01.txt │ ├── draft-nottingham-http-stale-if-error-01.xml │ ├── draft-nottingham-http-stale-if-error-02.xml │ ├── draft-nottingham-http-stale-while-revalidate-00.txt │ ├── draft-nottingham-http-stale-while-revalidate-00.xml │ ├── draft-nottingham-http-stale-while-revalidate-01.txt │ └── draft-nottingham-http-stale-while-revalidate-01.xml ├── structured-headers │ ├── Makefile │ ├── draft-nottingham-structured-headers-00.html │ ├── draft-nottingham-structured-headers-00.txt │ ├── draft-nottingham-structured-headers-00.xml │ ├── draft-nottingham-structured-headers-01.xml │ ├── draft.md │ ├── index.html │ └── index.txt ├── thanks-larry │ ├── Makefile │ ├── draft-nottingham-thanks-larry-00.html │ ├── draft-nottingham-thanks-larry-00.txt │ ├── draft-nottingham-thanks-larry-00.xml │ ├── draft.md │ ├── index.html │ └── index.txt ├── variants │ ├── Makefile │ ├── draft-nottingham-variants-00.html │ ├── draft-nottingham-variants-00.txt │ ├── draft-nottingham-variants-00.xml │ ├── draft-nottingham-variants-01.html │ ├── draft-nottingham-variants-01.txt │ ├── draft-nottingham-variants-01.xml │ ├── draft-nottingham-variants-02.html │ ├── draft-nottingham-variants-02.txt │ ├── draft-nottingham-variants-02.xml │ ├── draft-nottingham-variants-03.xml │ ├── draft.md │ ├── index.html │ └── index.txt └── xdash │ ├── .svn │ ├── all-wcprops │ ├── entries │ └── text-base │ │ └── draft-ietf-appsawg-xdash.xml.svn-base │ └── draft-ietf-appsawg-xdash.xml ├── README.md ├── draft-nottingham-binary-structured-headers.md ├── draft-nottingham-blocking-best-practices.md ├── draft-nottingham-gateway-description.md ├── draft-nottingham-http-availability-hints.md ├── draft-nottingham-http-invalidation.md ├── draft-nottingham-iab-age-restrictions.md ├── draft-nottingham-json-home.md ├── draft-nottingham-paid-crawl-reqs.md ├── draft-nottingham-plan-b.md ├── draft-nottingham-public-apis.md ├── draft-nottingham-webbotauth-use-cases.md ├── draft.tmpl ├── requirements.txt └── sf.json /.editorconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnot/I-D/HEAD/.editorconfig -------------------------------------------------------------------------------- /.github/CODEOWNERS: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnot/I-D/HEAD/.github/CODEOWNERS -------------------------------------------------------------------------------- /.github/workflows/archive.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnot/I-D/HEAD/.github/workflows/archive.yml -------------------------------------------------------------------------------- /.github/workflows/ghpages.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnot/I-D/HEAD/.github/workflows/ghpages.yml -------------------------------------------------------------------------------- /.github/workflows/publish.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnot/I-D/HEAD/.github/workflows/publish.yml -------------------------------------------------------------------------------- /.github/workflows/update.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnot/I-D/HEAD/.github/workflows/update.yml -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnot/I-D/HEAD/.gitignore -------------------------------------------------------------------------------- /.note.xml: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Abandoned/appsawg-happiana/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnot/I-D/HEAD/Abandoned/appsawg-happiana/Makefile -------------------------------------------------------------------------------- /Abandoned/appsawg-happiana/draft-nottingham-appsawg-happiana-00.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnot/I-D/HEAD/Abandoned/appsawg-happiana/draft-nottingham-appsawg-happiana-00.html -------------------------------------------------------------------------------- /Abandoned/appsawg-happiana/draft-nottingham-appsawg-happiana-00.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnot/I-D/HEAD/Abandoned/appsawg-happiana/draft-nottingham-appsawg-happiana-00.txt -------------------------------------------------------------------------------- /Abandoned/appsawg-happiana/draft-nottingham-appsawg-happiana-00.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnot/I-D/HEAD/Abandoned/appsawg-happiana/draft-nottingham-appsawg-happiana-00.xml -------------------------------------------------------------------------------- /Abandoned/appsawg-happiana/draft-nottingham-appsawg-happiana-01.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnot/I-D/HEAD/Abandoned/appsawg-happiana/draft-nottingham-appsawg-happiana-01.xml -------------------------------------------------------------------------------- /Abandoned/atomtriples/draft-nottingham-atomtriples-00.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnot/I-D/HEAD/Abandoned/atomtriples/draft-nottingham-atomtriples-00.txt -------------------------------------------------------------------------------- /Abandoned/atomtriples/draft-nottingham-atomtriples-00.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnot/I-D/HEAD/Abandoned/atomtriples/draft-nottingham-atomtriples-00.xml -------------------------------------------------------------------------------- /Abandoned/bikeshed-length/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnot/I-D/HEAD/Abandoned/bikeshed-length/Makefile -------------------------------------------------------------------------------- /Abandoned/bikeshed-length/draft-nottingham-bikeshed-length-00.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnot/I-D/HEAD/Abandoned/bikeshed-length/draft-nottingham-bikeshed-length-00.html -------------------------------------------------------------------------------- /Abandoned/bikeshed-length/draft-nottingham-bikeshed-length-00.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnot/I-D/HEAD/Abandoned/bikeshed-length/draft-nottingham-bikeshed-length-00.txt -------------------------------------------------------------------------------- /Abandoned/bikeshed-length/draft-nottingham-bikeshed-length-00.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnot/I-D/HEAD/Abandoned/bikeshed-length/draft-nottingham-bikeshed-length-00.xml -------------------------------------------------------------------------------- /Abandoned/bikeshed-length/draft.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnot/I-D/HEAD/Abandoned/bikeshed-length/draft.md -------------------------------------------------------------------------------- /Abandoned/bikeshed-length/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnot/I-D/HEAD/Abandoned/bikeshed-length/index.html -------------------------------------------------------------------------------- /Abandoned/bikeshed-length/index.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnot/I-D/HEAD/Abandoned/bikeshed-length/index.txt -------------------------------------------------------------------------------- /Abandoned/cache-extensions/draft-nottingham-cache-extensions-00.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnot/I-D/HEAD/Abandoned/cache-extensions/draft-nottingham-cache-extensions-00.txt -------------------------------------------------------------------------------- /Abandoned/cache-extensions/draft-nottingham-cache-extensions-00.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnot/I-D/HEAD/Abandoned/cache-extensions/draft-nottingham-cache-extensions-00.xml -------------------------------------------------------------------------------- /Abandoned/cache-extensions/draft-nottingham-cache-extensions-01.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnot/I-D/HEAD/Abandoned/cache-extensions/draft-nottingham-cache-extensions-01.txt -------------------------------------------------------------------------------- /Abandoned/cache-extensions/draft-nottingham-cache-extensions-01.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnot/I-D/HEAD/Abandoned/cache-extensions/draft-nottingham-cache-extensions-01.xml -------------------------------------------------------------------------------- /Abandoned/capport-problem/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnot/I-D/HEAD/Abandoned/capport-problem/Makefile -------------------------------------------------------------------------------- /Abandoned/capport-problem/draft-nottingham-capport-problem-00.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnot/I-D/HEAD/Abandoned/capport-problem/draft-nottingham-capport-problem-00.html -------------------------------------------------------------------------------- /Abandoned/capport-problem/draft-nottingham-capport-problem-00.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnot/I-D/HEAD/Abandoned/capport-problem/draft-nottingham-capport-problem-00.txt -------------------------------------------------------------------------------- /Abandoned/capport-problem/draft-nottingham-capport-problem-00.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnot/I-D/HEAD/Abandoned/capport-problem/draft-nottingham-capport-problem-00.xml -------------------------------------------------------------------------------- /Abandoned/capport-problem/draft-nottingham-capport-problem-01.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnot/I-D/HEAD/Abandoned/capport-problem/draft-nottingham-capport-problem-01.html -------------------------------------------------------------------------------- /Abandoned/capport-problem/draft-nottingham-capport-problem-01.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnot/I-D/HEAD/Abandoned/capport-problem/draft-nottingham-capport-problem-01.txt -------------------------------------------------------------------------------- /Abandoned/capport-problem/draft-nottingham-capport-problem-01.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnot/I-D/HEAD/Abandoned/capport-problem/draft-nottingham-capport-problem-01.xml -------------------------------------------------------------------------------- /Abandoned/capport-problem/draft-nottingham-capport-problem-02.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnot/I-D/HEAD/Abandoned/capport-problem/draft-nottingham-capport-problem-02.xml -------------------------------------------------------------------------------- /Abandoned/capport-problem/draft.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnot/I-D/HEAD/Abandoned/capport-problem/draft.md -------------------------------------------------------------------------------- /Abandoned/capport-problem/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnot/I-D/HEAD/Abandoned/capport-problem/index.html -------------------------------------------------------------------------------- /Abandoned/capport-problem/index.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnot/I-D/HEAD/Abandoned/capport-problem/index.txt -------------------------------------------------------------------------------- /Abandoned/discussion-recharter/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnot/I-D/HEAD/Abandoned/discussion-recharter/Makefile -------------------------------------------------------------------------------- /Abandoned/discussion-recharter/draft.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnot/I-D/HEAD/Abandoned/discussion-recharter/draft.md -------------------------------------------------------------------------------- /Abandoned/discussion-recharter/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnot/I-D/HEAD/Abandoned/discussion-recharter/index.html -------------------------------------------------------------------------------- /Abandoned/discussion-recharter/index.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnot/I-D/HEAD/Abandoned/discussion-recharter/index.txt -------------------------------------------------------------------------------- /Abandoned/doh-digests/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnot/I-D/HEAD/Abandoned/doh-digests/Makefile -------------------------------------------------------------------------------- /Abandoned/doh-digests/draft-nottingham-doh-digests-00.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnot/I-D/HEAD/Abandoned/doh-digests/draft-nottingham-doh-digests-00.html -------------------------------------------------------------------------------- /Abandoned/doh-digests/draft-nottingham-doh-digests-00.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnot/I-D/HEAD/Abandoned/doh-digests/draft-nottingham-doh-digests-00.txt -------------------------------------------------------------------------------- /Abandoned/doh-digests/draft-nottingham-doh-digests-00.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnot/I-D/HEAD/Abandoned/doh-digests/draft-nottingham-doh-digests-00.xml -------------------------------------------------------------------------------- /Abandoned/doh-digests/draft.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnot/I-D/HEAD/Abandoned/doh-digests/draft.md -------------------------------------------------------------------------------- /Abandoned/doh-digests/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnot/I-D/HEAD/Abandoned/doh-digests/index.html -------------------------------------------------------------------------------- /Abandoned/doh-digests/index.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnot/I-D/HEAD/Abandoned/doh-digests/index.txt -------------------------------------------------------------------------------- /Abandoned/draft-nottingham-cache-trailers.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnot/I-D/HEAD/Abandoned/draft-nottingham-cache-trailers.md -------------------------------------------------------------------------------- /Abandoned/draft-nottingham-feed-privacy.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnot/I-D/HEAD/Abandoned/draft-nottingham-feed-privacy.md -------------------------------------------------------------------------------- /Abandoned/draft-nottingham-gendispatch-discuss-criteria.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnot/I-D/HEAD/Abandoned/draft-nottingham-gendispatch-discuss-criteria.md -------------------------------------------------------------------------------- /Abandoned/draft-nottingham-iesg-review-workload.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnot/I-D/HEAD/Abandoned/draft-nottingham-iesg-review-workload.md -------------------------------------------------------------------------------- /Abandoned/draft-nottingham-scheduling-online-meetings.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnot/I-D/HEAD/Abandoned/draft-nottingham-scheduling-online-meetings.md -------------------------------------------------------------------------------- /Abandoned/draft-nottingham-standards-policy.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnot/I-D/HEAD/Abandoned/draft-nottingham-standards-policy.md -------------------------------------------------------------------------------- /Abandoned/draft-nottingham-where-does-that-come-from.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnot/I-D/HEAD/Abandoned/draft-nottingham-where-does-that-come-from.md -------------------------------------------------------------------------------- /Abandoned/fiql/draft-nottingham-atompub-fiql-00.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnot/I-D/HEAD/Abandoned/fiql/draft-nottingham-atompub-fiql-00.txt -------------------------------------------------------------------------------- /Abandoned/fiql/draft-nottingham-atompub-fiql-00.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnot/I-D/HEAD/Abandoned/fiql/draft-nottingham-atompub-fiql-00.xml -------------------------------------------------------------------------------- /Abandoned/fiql/draft-nottingham-atompub-fql-00.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnot/I-D/HEAD/Abandoned/fiql/draft-nottingham-atompub-fql-00.txt -------------------------------------------------------------------------------- /Abandoned/fiql/draft-nottingham-atompub-fql-00.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnot/I-D/HEAD/Abandoned/fiql/draft-nottingham-atompub-fql-00.xml -------------------------------------------------------------------------------- /Abandoned/gin/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnot/I-D/HEAD/Abandoned/gin/Makefile -------------------------------------------------------------------------------- /Abandoned/gin/draft-nottingham-gin-00.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnot/I-D/HEAD/Abandoned/gin/draft-nottingham-gin-00.xml -------------------------------------------------------------------------------- /Abandoned/gin/draft.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnot/I-D/HEAD/Abandoned/gin/draft.md -------------------------------------------------------------------------------- /Abandoned/h2-vpn/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnot/I-D/HEAD/Abandoned/h2-vpn/Makefile -------------------------------------------------------------------------------- /Abandoned/h2-vpn/draft-nottingham-h2-vpn-00.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnot/I-D/HEAD/Abandoned/h2-vpn/draft-nottingham-h2-vpn-00.html -------------------------------------------------------------------------------- /Abandoned/h2-vpn/draft-nottingham-h2-vpn-00.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnot/I-D/HEAD/Abandoned/h2-vpn/draft-nottingham-h2-vpn-00.txt -------------------------------------------------------------------------------- /Abandoned/h2-vpn/draft-nottingham-h2-vpn-00.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnot/I-D/HEAD/Abandoned/h2-vpn/draft-nottingham-h2-vpn-00.xml -------------------------------------------------------------------------------- /Abandoned/h2-vpn/draft.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnot/I-D/HEAD/Abandoned/h2-vpn/draft.md -------------------------------------------------------------------------------- /Abandoned/h2-vpn/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnot/I-D/HEAD/Abandoned/h2-vpn/index.html -------------------------------------------------------------------------------- /Abandoned/h2-vpn/index.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnot/I-D/HEAD/Abandoned/h2-vpn/index.txt -------------------------------------------------------------------------------- /Abandoned/heuristic-expiry/draft-nottingham-heuristic-expiry-00.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnot/I-D/HEAD/Abandoned/heuristic-expiry/draft-nottingham-heuristic-expiry-00.txt -------------------------------------------------------------------------------- /Abandoned/heuristic-expiry/draft-nottingham-heuristic-expiry-00.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnot/I-D/HEAD/Abandoned/heuristic-expiry/draft-nottingham-heuristic-expiry-00.xml -------------------------------------------------------------------------------- /Abandoned/historic/draft-nottingham-http-auth-cache-00.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnot/I-D/HEAD/Abandoned/historic/draft-nottingham-http-auth-cache-00.txt -------------------------------------------------------------------------------- /Abandoned/historic/draft-nottingham-http-roles-00.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnot/I-D/HEAD/Abandoned/historic/draft-nottingham-http-roles-00.txt -------------------------------------------------------------------------------- /Abandoned/historic/draft-nottingham-rss2-00.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnot/I-D/HEAD/Abandoned/historic/draft-nottingham-rss2-00.txt -------------------------------------------------------------------------------- /Abandoned/historic/draft-nottingham-webi-warm-00.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnot/I-D/HEAD/Abandoned/historic/draft-nottingham-webi-warm-00.txt -------------------------------------------------------------------------------- /Abandoned/http-api-design/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnot/I-D/HEAD/Abandoned/http-api-design/Makefile -------------------------------------------------------------------------------- /Abandoned/http-api-design/draft-nottingham-http-api-design-00.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnot/I-D/HEAD/Abandoned/http-api-design/draft-nottingham-http-api-design-00.xml -------------------------------------------------------------------------------- /Abandoned/http-api-design/draft.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnot/I-D/HEAD/Abandoned/http-api-design/draft.md -------------------------------------------------------------------------------- /Abandoned/http-browser-hints/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnot/I-D/HEAD/Abandoned/http-browser-hints/Makefile -------------------------------------------------------------------------------- /Abandoned/http-browser-hints/draft-nottingham-http-browser-hints-00.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnot/I-D/HEAD/Abandoned/http-browser-hints/draft-nottingham-http-browser-hints-00.html -------------------------------------------------------------------------------- /Abandoned/http-browser-hints/draft-nottingham-http-browser-hints-00.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnot/I-D/HEAD/Abandoned/http-browser-hints/draft-nottingham-http-browser-hints-00.txt -------------------------------------------------------------------------------- /Abandoned/http-browser-hints/draft-nottingham-http-browser-hints-00.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnot/I-D/HEAD/Abandoned/http-browser-hints/draft-nottingham-http-browser-hints-00.xml -------------------------------------------------------------------------------- /Abandoned/http-browser-hints/draft-nottingham-http-browser-hints-01.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnot/I-D/HEAD/Abandoned/http-browser-hints/draft-nottingham-http-browser-hints-01.html -------------------------------------------------------------------------------- /Abandoned/http-browser-hints/draft-nottingham-http-browser-hints-01.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnot/I-D/HEAD/Abandoned/http-browser-hints/draft-nottingham-http-browser-hints-01.txt -------------------------------------------------------------------------------- /Abandoned/http-browser-hints/draft-nottingham-http-browser-hints-01.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnot/I-D/HEAD/Abandoned/http-browser-hints/draft-nottingham-http-browser-hints-01.xml -------------------------------------------------------------------------------- /Abandoned/http-browser-hints/draft-nottingham-http-browser-hints-02.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnot/I-D/HEAD/Abandoned/http-browser-hints/draft-nottingham-http-browser-hints-02.html -------------------------------------------------------------------------------- /Abandoned/http-browser-hints/draft-nottingham-http-browser-hints-02.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnot/I-D/HEAD/Abandoned/http-browser-hints/draft-nottingham-http-browser-hints-02.txt -------------------------------------------------------------------------------- /Abandoned/http-browser-hints/draft-nottingham-http-browser-hints-02.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnot/I-D/HEAD/Abandoned/http-browser-hints/draft-nottingham-http-browser-hints-02.xml -------------------------------------------------------------------------------- /Abandoned/http-browser-hints/draft-nottingham-http-browser-hints-03.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnot/I-D/HEAD/Abandoned/http-browser-hints/draft-nottingham-http-browser-hints-03.html -------------------------------------------------------------------------------- /Abandoned/http-browser-hints/draft-nottingham-http-browser-hints-03.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnot/I-D/HEAD/Abandoned/http-browser-hints/draft-nottingham-http-browser-hints-03.txt -------------------------------------------------------------------------------- /Abandoned/http-browser-hints/draft-nottingham-http-browser-hints-03.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnot/I-D/HEAD/Abandoned/http-browser-hints/draft-nottingham-http-browser-hints-03.xml -------------------------------------------------------------------------------- /Abandoned/http-browser-hints/draft-nottingham-http-browser-hints-04.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnot/I-D/HEAD/Abandoned/http-browser-hints/draft-nottingham-http-browser-hints-04.html -------------------------------------------------------------------------------- /Abandoned/http-browser-hints/draft-nottingham-http-browser-hints-04.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnot/I-D/HEAD/Abandoned/http-browser-hints/draft-nottingham-http-browser-hints-04.txt -------------------------------------------------------------------------------- /Abandoned/http-browser-hints/draft-nottingham-http-browser-hints-04.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnot/I-D/HEAD/Abandoned/http-browser-hints/draft-nottingham-http-browser-hints-04.xml -------------------------------------------------------------------------------- /Abandoned/http-browser-hints/draft-nottingham-http-browser-hints-05.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnot/I-D/HEAD/Abandoned/http-browser-hints/draft-nottingham-http-browser-hints-05.xml -------------------------------------------------------------------------------- /Abandoned/http-browser-hints/draft-nottingham-http-browser-hints-06.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnot/I-D/HEAD/Abandoned/http-browser-hints/draft-nottingham-http-browser-hints-06.xml -------------------------------------------------------------------------------- /Abandoned/http-cache-channels/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnot/I-D/HEAD/Abandoned/http-cache-channels/Makefile -------------------------------------------------------------------------------- /Abandoned/http-cache-channels/draft-nottingham-http-cache-channels-00.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnot/I-D/HEAD/Abandoned/http-cache-channels/draft-nottingham-http-cache-channels-00.txt -------------------------------------------------------------------------------- /Abandoned/http-cache-channels/draft-nottingham-http-cache-channels-00.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnot/I-D/HEAD/Abandoned/http-cache-channels/draft-nottingham-http-cache-channels-00.xml -------------------------------------------------------------------------------- /Abandoned/http-cache-channels/draft-nottingham-http-cache-channels-01.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnot/I-D/HEAD/Abandoned/http-cache-channels/draft-nottingham-http-cache-channels-01.txt -------------------------------------------------------------------------------- /Abandoned/http-cache-channels/draft-nottingham-http-cache-channels-01.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnot/I-D/HEAD/Abandoned/http-cache-channels/draft-nottingham-http-cache-channels-01.xml -------------------------------------------------------------------------------- /Abandoned/http-cache-channels/draft-nottingham-http-cache-channels-02.html: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Abandoned/http-cache-channels/draft-nottingham-http-cache-channels-02.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnot/I-D/HEAD/Abandoned/http-cache-channels/draft-nottingham-http-cache-channels-02.txt -------------------------------------------------------------------------------- /Abandoned/http-cache-channels/draft-nottingham-http-cache-channels-02.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnot/I-D/HEAD/Abandoned/http-cache-channels/draft-nottingham-http-cache-channels-02.xml -------------------------------------------------------------------------------- /Abandoned/http-cache-channels/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnot/I-D/HEAD/Abandoned/http-cache-channels/index.html -------------------------------------------------------------------------------- /Abandoned/http-cache-channels/index.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnot/I-D/HEAD/Abandoned/http-cache-channels/index.txt -------------------------------------------------------------------------------- /Abandoned/http-encryption-encoding/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnot/I-D/HEAD/Abandoned/http-encryption-encoding/Makefile -------------------------------------------------------------------------------- /Abandoned/http-encryption-encoding/draft.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnot/I-D/HEAD/Abandoned/http-encryption-encoding/draft.md -------------------------------------------------------------------------------- /Abandoned/http-grease/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnot/I-D/HEAD/Abandoned/http-grease/Makefile -------------------------------------------------------------------------------- /Abandoned/http-grease/draft-nottingham-http-grease-00.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnot/I-D/HEAD/Abandoned/http-grease/draft-nottingham-http-grease-00.html -------------------------------------------------------------------------------- /Abandoned/http-grease/draft-nottingham-http-grease-00.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnot/I-D/HEAD/Abandoned/http-grease/draft-nottingham-http-grease-00.txt -------------------------------------------------------------------------------- /Abandoned/http-grease/draft-nottingham-http-grease-00.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnot/I-D/HEAD/Abandoned/http-grease/draft-nottingham-http-grease-00.xml -------------------------------------------------------------------------------- /Abandoned/http-grease/draft-nottingham-http-grease-01.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnot/I-D/HEAD/Abandoned/http-grease/draft-nottingham-http-grease-01.html -------------------------------------------------------------------------------- /Abandoned/http-grease/draft-nottingham-http-grease-01.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnot/I-D/HEAD/Abandoned/http-grease/draft-nottingham-http-grease-01.txt -------------------------------------------------------------------------------- /Abandoned/http-grease/draft-nottingham-http-grease-01.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnot/I-D/HEAD/Abandoned/http-grease/draft-nottingham-http-grease-01.xml -------------------------------------------------------------------------------- /Abandoned/http-grease/draft.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnot/I-D/HEAD/Abandoned/http-grease/draft.md -------------------------------------------------------------------------------- /Abandoned/http-grease/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnot/I-D/HEAD/Abandoned/http-grease/index.html -------------------------------------------------------------------------------- /Abandoned/http-grease/index.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnot/I-D/HEAD/Abandoned/http-grease/index.txt -------------------------------------------------------------------------------- /Abandoned/http-options-resources/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnot/I-D/HEAD/Abandoned/http-options-resources/Makefile -------------------------------------------------------------------------------- /Abandoned/http-options-resources/draft.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnot/I-D/HEAD/Abandoned/http-options-resources/draft.md -------------------------------------------------------------------------------- /Abandoned/http-options-resources/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnot/I-D/HEAD/Abandoned/http-options-resources/index.html -------------------------------------------------------------------------------- /Abandoned/http-options-resources/index.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnot/I-D/HEAD/Abandoned/http-options-resources/index.txt -------------------------------------------------------------------------------- /Abandoned/http-over-version/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnot/I-D/HEAD/Abandoned/http-over-version/Makefile -------------------------------------------------------------------------------- /Abandoned/http-over-version/draft-nottingham-http-over-version-00.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnot/I-D/HEAD/Abandoned/http-over-version/draft-nottingham-http-over-version-00.xml -------------------------------------------------------------------------------- /Abandoned/http-over-version/draft.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnot/I-D/HEAD/Abandoned/http-over-version/draft.md -------------------------------------------------------------------------------- /Abandoned/http-patch-status/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnot/I-D/HEAD/Abandoned/http-patch-status/Makefile -------------------------------------------------------------------------------- /Abandoned/http-patch-status/draft-nottingham-http-patch-status-00.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnot/I-D/HEAD/Abandoned/http-patch-status/draft-nottingham-http-patch-status-00.html -------------------------------------------------------------------------------- /Abandoned/http-patch-status/draft-nottingham-http-patch-status-00.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnot/I-D/HEAD/Abandoned/http-patch-status/draft-nottingham-http-patch-status-00.txt -------------------------------------------------------------------------------- /Abandoned/http-patch-status/draft-nottingham-http-patch-status-00.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnot/I-D/HEAD/Abandoned/http-patch-status/draft-nottingham-http-patch-status-00.xml -------------------------------------------------------------------------------- /Abandoned/http-patch-status/draft-nottingham-http-patch-status-01.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnot/I-D/HEAD/Abandoned/http-patch-status/draft-nottingham-http-patch-status-01.html -------------------------------------------------------------------------------- /Abandoned/http-patch-status/draft-nottingham-http-patch-status-01.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnot/I-D/HEAD/Abandoned/http-patch-status/draft-nottingham-http-patch-status-01.txt -------------------------------------------------------------------------------- /Abandoned/http-patch-status/draft-nottingham-http-patch-status-01.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnot/I-D/HEAD/Abandoned/http-patch-status/draft-nottingham-http-patch-status-01.xml -------------------------------------------------------------------------------- /Abandoned/http-patch-status/draft.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnot/I-D/HEAD/Abandoned/http-patch-status/draft.md -------------------------------------------------------------------------------- /Abandoned/http-patch-status/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnot/I-D/HEAD/Abandoned/http-patch-status/index.html -------------------------------------------------------------------------------- /Abandoned/http-patch-status/index.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnot/I-D/HEAD/Abandoned/http-patch-status/index.txt -------------------------------------------------------------------------------- /Abandoned/http-pipeline/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnot/I-D/HEAD/Abandoned/http-pipeline/Makefile -------------------------------------------------------------------------------- /Abandoned/http-pipeline/README.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnot/I-D/HEAD/Abandoned/http-pipeline/README.rst -------------------------------------------------------------------------------- /Abandoned/http-pipeline/draft-nottingham-http-pipeline-00.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnot/I-D/HEAD/Abandoned/http-pipeline/draft-nottingham-http-pipeline-00.html -------------------------------------------------------------------------------- /Abandoned/http-pipeline/draft-nottingham-http-pipeline-00.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnot/I-D/HEAD/Abandoned/http-pipeline/draft-nottingham-http-pipeline-00.txt -------------------------------------------------------------------------------- /Abandoned/http-pipeline/draft-nottingham-http-pipeline-00.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnot/I-D/HEAD/Abandoned/http-pipeline/draft-nottingham-http-pipeline-00.xml -------------------------------------------------------------------------------- /Abandoned/http-pipeline/draft-nottingham-http-pipeline-01.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnot/I-D/HEAD/Abandoned/http-pipeline/draft-nottingham-http-pipeline-01.html -------------------------------------------------------------------------------- /Abandoned/http-pipeline/draft-nottingham-http-pipeline-01.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnot/I-D/HEAD/Abandoned/http-pipeline/draft-nottingham-http-pipeline-01.txt -------------------------------------------------------------------------------- /Abandoned/http-pipeline/draft-nottingham-http-pipeline-01.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnot/I-D/HEAD/Abandoned/http-pipeline/draft-nottingham-http-pipeline-01.xml -------------------------------------------------------------------------------- /Abandoned/http-pipeline/draft-nottingham-http-pipeline-02.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnot/I-D/HEAD/Abandoned/http-pipeline/draft-nottingham-http-pipeline-02.xml -------------------------------------------------------------------------------- /Abandoned/http-poe/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnot/I-D/HEAD/Abandoned/http-poe/Makefile -------------------------------------------------------------------------------- /Abandoned/http-poe/draft-nottingham-http-poe-00.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnot/I-D/HEAD/Abandoned/http-poe/draft-nottingham-http-poe-00.txt -------------------------------------------------------------------------------- /Abandoned/http-poe/draft-nottingham-http-poe-00.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnot/I-D/HEAD/Abandoned/http-poe/draft-nottingham-http-poe-00.xml -------------------------------------------------------------------------------- /Abandoned/http-poe/draft-nottingham-http-poe-01.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnot/I-D/HEAD/Abandoned/http-poe/draft-nottingham-http-poe-01.xml -------------------------------------------------------------------------------- /Abandoned/http-proxy-problem/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnot/I-D/HEAD/Abandoned/http-proxy-problem/Makefile -------------------------------------------------------------------------------- /Abandoned/http-proxy-problem/draft-nottingham-http-proxy-problem-00.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnot/I-D/HEAD/Abandoned/http-proxy-problem/draft-nottingham-http-proxy-problem-00.xml -------------------------------------------------------------------------------- /Abandoned/http-proxy-problem/draft-nottingham-http-proxy-problem-01.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnot/I-D/HEAD/Abandoned/http-proxy-problem/draft-nottingham-http-proxy-problem-01.xml -------------------------------------------------------------------------------- /Abandoned/http-proxy-problem/draft-nottingham-http-proxy-problem-02.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnot/I-D/HEAD/Abandoned/http-proxy-problem/draft-nottingham-http-proxy-problem-02.xml -------------------------------------------------------------------------------- /Abandoned/http-proxy-problem/draft.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnot/I-D/HEAD/Abandoned/http-proxy-problem/draft.md -------------------------------------------------------------------------------- /Abandoned/http2-ops/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnot/I-D/HEAD/Abandoned/http2-ops/Makefile -------------------------------------------------------------------------------- /Abandoned/http2-ops/draft-nottingham-http2-ops-00.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnot/I-D/HEAD/Abandoned/http2-ops/draft-nottingham-http2-ops-00.xml -------------------------------------------------------------------------------- /Abandoned/http2-ops/draft.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnot/I-D/HEAD/Abandoned/http2-ops/draft.md -------------------------------------------------------------------------------- /Abandoned/httpbis-h2-fixed-frame/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnot/I-D/HEAD/Abandoned/httpbis-h2-fixed-frame/Makefile -------------------------------------------------------------------------------- /Abandoned/httpbis-h2-fixed-frame/draft.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnot/I-D/HEAD/Abandoned/httpbis-h2-fixed-frame/draft.md -------------------------------------------------------------------------------- /Abandoned/httpbis-h2-fixed-frame/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnot/I-D/HEAD/Abandoned/httpbis-h2-fixed-frame/index.html -------------------------------------------------------------------------------- /Abandoned/httpbis-h2-fixed-frame/index.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnot/I-D/HEAD/Abandoned/httpbis-h2-fixed-frame/index.txt -------------------------------------------------------------------------------- /Abandoned/httpbis-retry/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnot/I-D/HEAD/Abandoned/httpbis-retry/Makefile -------------------------------------------------------------------------------- /Abandoned/httpbis-retry/draft-nottingham-httpbis-retry-00.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnot/I-D/HEAD/Abandoned/httpbis-retry/draft-nottingham-httpbis-retry-00.html -------------------------------------------------------------------------------- /Abandoned/httpbis-retry/draft-nottingham-httpbis-retry-00.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnot/I-D/HEAD/Abandoned/httpbis-retry/draft-nottingham-httpbis-retry-00.txt -------------------------------------------------------------------------------- /Abandoned/httpbis-retry/draft-nottingham-httpbis-retry-00.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnot/I-D/HEAD/Abandoned/httpbis-retry/draft-nottingham-httpbis-retry-00.xml -------------------------------------------------------------------------------- /Abandoned/httpbis-retry/draft-nottingham-httpbis-retry-01.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnot/I-D/HEAD/Abandoned/httpbis-retry/draft-nottingham-httpbis-retry-01.html -------------------------------------------------------------------------------- /Abandoned/httpbis-retry/draft-nottingham-httpbis-retry-01.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnot/I-D/HEAD/Abandoned/httpbis-retry/draft-nottingham-httpbis-retry-01.txt -------------------------------------------------------------------------------- /Abandoned/httpbis-retry/draft-nottingham-httpbis-retry-01.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnot/I-D/HEAD/Abandoned/httpbis-retry/draft-nottingham-httpbis-retry-01.xml -------------------------------------------------------------------------------- /Abandoned/httpbis-retry/draft-nottingham-httpbis-retry-02.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnot/I-D/HEAD/Abandoned/httpbis-retry/draft-nottingham-httpbis-retry-02.html -------------------------------------------------------------------------------- /Abandoned/httpbis-retry/draft-nottingham-httpbis-retry-02.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnot/I-D/HEAD/Abandoned/httpbis-retry/draft-nottingham-httpbis-retry-02.txt -------------------------------------------------------------------------------- /Abandoned/httpbis-retry/draft-nottingham-httpbis-retry-02.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnot/I-D/HEAD/Abandoned/httpbis-retry/draft-nottingham-httpbis-retry-02.xml -------------------------------------------------------------------------------- /Abandoned/httpbis-retry/draft.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnot/I-D/HEAD/Abandoned/httpbis-retry/draft.md -------------------------------------------------------------------------------- /Abandoned/httpbis-retry/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnot/I-D/HEAD/Abandoned/httpbis-retry/index.html -------------------------------------------------------------------------------- /Abandoned/httpbis-retry/index.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnot/I-D/HEAD/Abandoned/httpbis-retry/index.txt -------------------------------------------------------------------------------- /Abandoned/httpbis-tcp/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnot/I-D/HEAD/Abandoned/httpbis-tcp/Makefile -------------------------------------------------------------------------------- /Abandoned/httpbis-tcp/draft-stenberg-httpbis-tcp-00.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnot/I-D/HEAD/Abandoned/httpbis-tcp/draft-stenberg-httpbis-tcp-00.html -------------------------------------------------------------------------------- /Abandoned/httpbis-tcp/draft-stenberg-httpbis-tcp-00.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnot/I-D/HEAD/Abandoned/httpbis-tcp/draft-stenberg-httpbis-tcp-00.txt -------------------------------------------------------------------------------- /Abandoned/httpbis-tcp/draft-stenberg-httpbis-tcp-00.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnot/I-D/HEAD/Abandoned/httpbis-tcp/draft-stenberg-httpbis-tcp-00.xml -------------------------------------------------------------------------------- /Abandoned/httpbis-tcp/draft.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnot/I-D/HEAD/Abandoned/httpbis-tcp/draft.md -------------------------------------------------------------------------------- /Abandoned/httpbis-tcp/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnot/I-D/HEAD/Abandoned/httpbis-tcp/index.html -------------------------------------------------------------------------------- /Abandoned/httpbis-tcp/index.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnot/I-D/HEAD/Abandoned/httpbis-tcp/index.txt -------------------------------------------------------------------------------- /Abandoned/identifying-protocols/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnot/I-D/HEAD/Abandoned/identifying-protocols/Makefile -------------------------------------------------------------------------------- /Abandoned/identifying-protocols/draft.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnot/I-D/HEAD/Abandoned/identifying-protocols/draft.md -------------------------------------------------------------------------------- /Abandoned/identifying-protocols/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnot/I-D/HEAD/Abandoned/identifying-protocols/index.html -------------------------------------------------------------------------------- /Abandoned/identifying-protocols/index.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnot/I-D/HEAD/Abandoned/identifying-protocols/index.txt -------------------------------------------------------------------------------- /Abandoned/linked-cache-inv/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnot/I-D/HEAD/Abandoned/linked-cache-inv/Makefile -------------------------------------------------------------------------------- /Abandoned/linked-cache-inv/draft-nottingham-linked-cache-inv-00.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnot/I-D/HEAD/Abandoned/linked-cache-inv/draft-nottingham-linked-cache-inv-00.html -------------------------------------------------------------------------------- /Abandoned/linked-cache-inv/draft-nottingham-linked-cache-inv-00.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnot/I-D/HEAD/Abandoned/linked-cache-inv/draft-nottingham-linked-cache-inv-00.txt -------------------------------------------------------------------------------- /Abandoned/linked-cache-inv/draft-nottingham-linked-cache-inv-00.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnot/I-D/HEAD/Abandoned/linked-cache-inv/draft-nottingham-linked-cache-inv-00.xml -------------------------------------------------------------------------------- /Abandoned/linked-cache-inv/draft-nottingham-linked-cache-inv-01.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnot/I-D/HEAD/Abandoned/linked-cache-inv/draft-nottingham-linked-cache-inv-01.html -------------------------------------------------------------------------------- /Abandoned/linked-cache-inv/draft-nottingham-linked-cache-inv-01.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnot/I-D/HEAD/Abandoned/linked-cache-inv/draft-nottingham-linked-cache-inv-01.txt -------------------------------------------------------------------------------- /Abandoned/linked-cache-inv/draft-nottingham-linked-cache-inv-01.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnot/I-D/HEAD/Abandoned/linked-cache-inv/draft-nottingham-linked-cache-inv-01.xml -------------------------------------------------------------------------------- /Abandoned/linked-cache-inv/draft-nottingham-linked-cache-inv-02.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnot/I-D/HEAD/Abandoned/linked-cache-inv/draft-nottingham-linked-cache-inv-02.html -------------------------------------------------------------------------------- /Abandoned/linked-cache-inv/draft-nottingham-linked-cache-inv-02.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnot/I-D/HEAD/Abandoned/linked-cache-inv/draft-nottingham-linked-cache-inv-02.txt -------------------------------------------------------------------------------- /Abandoned/linked-cache-inv/draft-nottingham-linked-cache-inv-02.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnot/I-D/HEAD/Abandoned/linked-cache-inv/draft-nottingham-linked-cache-inv-02.xml -------------------------------------------------------------------------------- /Abandoned/linked-cache-inv/draft-nottingham-linked-cache-inv-03.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnot/I-D/HEAD/Abandoned/linked-cache-inv/draft-nottingham-linked-cache-inv-03.html -------------------------------------------------------------------------------- /Abandoned/linked-cache-inv/draft-nottingham-linked-cache-inv-03.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnot/I-D/HEAD/Abandoned/linked-cache-inv/draft-nottingham-linked-cache-inv-03.txt -------------------------------------------------------------------------------- /Abandoned/linked-cache-inv/draft-nottingham-linked-cache-inv-03.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnot/I-D/HEAD/Abandoned/linked-cache-inv/draft-nottingham-linked-cache-inv-03.xml -------------------------------------------------------------------------------- /Abandoned/linked-cache-inv/draft-nottingham-linked-cache-inv-04.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnot/I-D/HEAD/Abandoned/linked-cache-inv/draft-nottingham-linked-cache-inv-04.html -------------------------------------------------------------------------------- /Abandoned/linked-cache-inv/draft-nottingham-linked-cache-inv-04.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnot/I-D/HEAD/Abandoned/linked-cache-inv/draft-nottingham-linked-cache-inv-04.txt -------------------------------------------------------------------------------- /Abandoned/linked-cache-inv/draft-nottingham-linked-cache-inv-04.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnot/I-D/HEAD/Abandoned/linked-cache-inv/draft-nottingham-linked-cache-inv-04.xml -------------------------------------------------------------------------------- /Abandoned/linked-cache-inv/draft-nottingham-linked-cache-inv-05.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnot/I-D/HEAD/Abandoned/linked-cache-inv/draft-nottingham-linked-cache-inv-05.html -------------------------------------------------------------------------------- /Abandoned/linked-cache-inv/draft-nottingham-linked-cache-inv-05.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnot/I-D/HEAD/Abandoned/linked-cache-inv/draft-nottingham-linked-cache-inv-05.txt -------------------------------------------------------------------------------- /Abandoned/linked-cache-inv/draft-nottingham-linked-cache-inv-05.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnot/I-D/HEAD/Abandoned/linked-cache-inv/draft-nottingham-linked-cache-inv-05.xml -------------------------------------------------------------------------------- /Abandoned/linked-cache-inv/draft.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnot/I-D/HEAD/Abandoned/linked-cache-inv/draft.md -------------------------------------------------------------------------------- /Abandoned/linked-cache-inv/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnot/I-D/HEAD/Abandoned/linked-cache-inv/index.html -------------------------------------------------------------------------------- /Abandoned/linked-cache-inv/index.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnot/I-D/HEAD/Abandoned/linked-cache-inv/index.txt -------------------------------------------------------------------------------- /Abandoned/proxy-explanation/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnot/I-D/HEAD/Abandoned/proxy-explanation/Makefile -------------------------------------------------------------------------------- /Abandoned/proxy-explanation/draft-nottingham-proxy-explanation-00.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnot/I-D/HEAD/Abandoned/proxy-explanation/draft-nottingham-proxy-explanation-00.html -------------------------------------------------------------------------------- /Abandoned/proxy-explanation/draft-nottingham-proxy-explanation-00.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnot/I-D/HEAD/Abandoned/proxy-explanation/draft-nottingham-proxy-explanation-00.txt -------------------------------------------------------------------------------- /Abandoned/proxy-explanation/draft-nottingham-proxy-explanation-00.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnot/I-D/HEAD/Abandoned/proxy-explanation/draft-nottingham-proxy-explanation-00.xml -------------------------------------------------------------------------------- /Abandoned/proxy-explanation/draft-nottingham-proxy-explanation-01.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnot/I-D/HEAD/Abandoned/proxy-explanation/draft-nottingham-proxy-explanation-01.html -------------------------------------------------------------------------------- /Abandoned/proxy-explanation/draft-nottingham-proxy-explanation-01.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnot/I-D/HEAD/Abandoned/proxy-explanation/draft-nottingham-proxy-explanation-01.txt -------------------------------------------------------------------------------- /Abandoned/proxy-explanation/draft-nottingham-proxy-explanation-01.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnot/I-D/HEAD/Abandoned/proxy-explanation/draft-nottingham-proxy-explanation-01.xml -------------------------------------------------------------------------------- /Abandoned/proxy-explanation/draft.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnot/I-D/HEAD/Abandoned/proxy-explanation/draft.md -------------------------------------------------------------------------------- /Abandoned/proxy-explanation/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnot/I-D/HEAD/Abandoned/proxy-explanation/index.html -------------------------------------------------------------------------------- /Abandoned/proxy-explanation/index.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnot/I-D/HEAD/Abandoned/proxy-explanation/index.txt -------------------------------------------------------------------------------- /Abandoned/pushopedia/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnot/I-D/HEAD/Abandoned/pushopedia/Makefile -------------------------------------------------------------------------------- /Abandoned/pushopedia/draft-nottingham-pushopedia-00.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnot/I-D/HEAD/Abandoned/pushopedia/draft-nottingham-pushopedia-00.html -------------------------------------------------------------------------------- /Abandoned/pushopedia/draft-nottingham-pushopedia-00.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnot/I-D/HEAD/Abandoned/pushopedia/draft-nottingham-pushopedia-00.txt -------------------------------------------------------------------------------- /Abandoned/pushopedia/draft-nottingham-pushopedia-00.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnot/I-D/HEAD/Abandoned/pushopedia/draft-nottingham-pushopedia-00.xml -------------------------------------------------------------------------------- /Abandoned/pushopedia/draft.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnot/I-D/HEAD/Abandoned/pushopedia/draft.md -------------------------------------------------------------------------------- /Abandoned/pushopedia/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnot/I-D/HEAD/Abandoned/pushopedia/index.html -------------------------------------------------------------------------------- /Abandoned/pushopedia/index.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnot/I-D/HEAD/Abandoned/pushopedia/index.txt -------------------------------------------------------------------------------- /Abandoned/registry-custodian/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnot/I-D/HEAD/Abandoned/registry-custodian/Makefile -------------------------------------------------------------------------------- /Abandoned/registry-custodian/draft-nottingham-registry-custodian-00.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnot/I-D/HEAD/Abandoned/registry-custodian/draft-nottingham-registry-custodian-00.html -------------------------------------------------------------------------------- /Abandoned/registry-custodian/draft-nottingham-registry-custodian-00.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnot/I-D/HEAD/Abandoned/registry-custodian/draft-nottingham-registry-custodian-00.txt -------------------------------------------------------------------------------- /Abandoned/registry-custodian/draft-nottingham-registry-custodian-00.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnot/I-D/HEAD/Abandoned/registry-custodian/draft-nottingham-registry-custodian-00.xml -------------------------------------------------------------------------------- /Abandoned/registry-custodian/draft-nottingham-registry-custodian-01.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnot/I-D/HEAD/Abandoned/registry-custodian/draft-nottingham-registry-custodian-01.html -------------------------------------------------------------------------------- /Abandoned/registry-custodian/draft-nottingham-registry-custodian-01.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnot/I-D/HEAD/Abandoned/registry-custodian/draft-nottingham-registry-custodian-01.txt -------------------------------------------------------------------------------- /Abandoned/registry-custodian/draft-nottingham-registry-custodian-01.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnot/I-D/HEAD/Abandoned/registry-custodian/draft-nottingham-registry-custodian-01.xml -------------------------------------------------------------------------------- /Abandoned/registry-custodian/draft-nottingham-registry-custodian-02.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnot/I-D/HEAD/Abandoned/registry-custodian/draft-nottingham-registry-custodian-02.html -------------------------------------------------------------------------------- /Abandoned/registry-custodian/draft-nottingham-registry-custodian-02.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnot/I-D/HEAD/Abandoned/registry-custodian/draft-nottingham-registry-custodian-02.txt -------------------------------------------------------------------------------- /Abandoned/registry-custodian/draft-nottingham-registry-custodian-02.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnot/I-D/HEAD/Abandoned/registry-custodian/draft-nottingham-registry-custodian-02.xml -------------------------------------------------------------------------------- /Abandoned/registry-custodian/draft.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnot/I-D/HEAD/Abandoned/registry-custodian/draft.md -------------------------------------------------------------------------------- /Abandoned/rfc3864bis/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnot/I-D/HEAD/Abandoned/rfc3864bis/Makefile -------------------------------------------------------------------------------- /Abandoned/rfc3864bis/draft-nottingham-rfc3864bis-00.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnot/I-D/HEAD/Abandoned/rfc3864bis/draft-nottingham-rfc3864bis-00.html -------------------------------------------------------------------------------- /Abandoned/rfc3864bis/draft-nottingham-rfc3864bis-00.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnot/I-D/HEAD/Abandoned/rfc3864bis/draft-nottingham-rfc3864bis-00.txt -------------------------------------------------------------------------------- /Abandoned/rfc3864bis/draft-nottingham-rfc3864bis-00.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnot/I-D/HEAD/Abandoned/rfc3864bis/draft-nottingham-rfc3864bis-00.xml -------------------------------------------------------------------------------- /Abandoned/rfc3864bis/draft.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnot/I-D/HEAD/Abandoned/rfc3864bis/draft.md -------------------------------------------------------------------------------- /Abandoned/rfc3864bis/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnot/I-D/HEAD/Abandoned/rfc3864bis/index.html -------------------------------------------------------------------------------- /Abandoned/rfc3864bis/index.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnot/I-D/HEAD/Abandoned/rfc3864bis/index.txt -------------------------------------------------------------------------------- /Abandoned/rfc3864bis/rfc3864.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnot/I-D/HEAD/Abandoned/rfc3864bis/rfc3864.txt -------------------------------------------------------------------------------- /Abandoned/scoping-protocols/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnot/I-D/HEAD/Abandoned/scoping-protocols/Makefile -------------------------------------------------------------------------------- /Abandoned/scoping-protocols/draft-nottingham-scoping-protocols-00.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnot/I-D/HEAD/Abandoned/scoping-protocols/draft-nottingham-scoping-protocols-00.html -------------------------------------------------------------------------------- /Abandoned/scoping-protocols/draft-nottingham-scoping-protocols-00.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnot/I-D/HEAD/Abandoned/scoping-protocols/draft-nottingham-scoping-protocols-00.txt -------------------------------------------------------------------------------- /Abandoned/scoping-protocols/draft-nottingham-scoping-protocols-00.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnot/I-D/HEAD/Abandoned/scoping-protocols/draft-nottingham-scoping-protocols-00.xml -------------------------------------------------------------------------------- /Abandoned/scoping-protocols/draft.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnot/I-D/HEAD/Abandoned/scoping-protocols/draft.md -------------------------------------------------------------------------------- /Abandoned/scoping-protocols/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnot/I-D/HEAD/Abandoned/scoping-protocols/index.html -------------------------------------------------------------------------------- /Abandoned/scoping-protocols/index.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnot/I-D/HEAD/Abandoned/scoping-protocols/index.txt -------------------------------------------------------------------------------- /Abandoned/site-wide-headers/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnot/I-D/HEAD/Abandoned/site-wide-headers/Makefile -------------------------------------------------------------------------------- /Abandoned/site-wide-headers/draft-nottingham-site-wide-headers-00.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnot/I-D/HEAD/Abandoned/site-wide-headers/draft-nottingham-site-wide-headers-00.html -------------------------------------------------------------------------------- /Abandoned/site-wide-headers/draft-nottingham-site-wide-headers-00.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnot/I-D/HEAD/Abandoned/site-wide-headers/draft-nottingham-site-wide-headers-00.txt -------------------------------------------------------------------------------- /Abandoned/site-wide-headers/draft-nottingham-site-wide-headers-00.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnot/I-D/HEAD/Abandoned/site-wide-headers/draft-nottingham-site-wide-headers-00.xml -------------------------------------------------------------------------------- /Abandoned/site-wide-headers/draft-nottingham-site-wide-headers-01.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnot/I-D/HEAD/Abandoned/site-wide-headers/draft-nottingham-site-wide-headers-01.html -------------------------------------------------------------------------------- /Abandoned/site-wide-headers/draft-nottingham-site-wide-headers-01.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnot/I-D/HEAD/Abandoned/site-wide-headers/draft-nottingham-site-wide-headers-01.txt -------------------------------------------------------------------------------- /Abandoned/site-wide-headers/draft-nottingham-site-wide-headers-01.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnot/I-D/HEAD/Abandoned/site-wide-headers/draft-nottingham-site-wide-headers-01.xml -------------------------------------------------------------------------------- /Abandoned/site-wide-headers/draft-nottingham-site-wide-headers-02.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnot/I-D/HEAD/Abandoned/site-wide-headers/draft-nottingham-site-wide-headers-02.html -------------------------------------------------------------------------------- /Abandoned/site-wide-headers/draft-nottingham-site-wide-headers-02.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnot/I-D/HEAD/Abandoned/site-wide-headers/draft-nottingham-site-wide-headers-02.txt -------------------------------------------------------------------------------- /Abandoned/site-wide-headers/draft-nottingham-site-wide-headers-02.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnot/I-D/HEAD/Abandoned/site-wide-headers/draft-nottingham-site-wide-headers-02.xml -------------------------------------------------------------------------------- /Abandoned/site-wide-headers/draft.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnot/I-D/HEAD/Abandoned/site-wide-headers/draft.md -------------------------------------------------------------------------------- /Abandoned/site-wide-headers/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnot/I-D/HEAD/Abandoned/site-wide-headers/index.html -------------------------------------------------------------------------------- /Abandoned/site-wide-headers/index.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnot/I-D/HEAD/Abandoned/site-wide-headers/index.txt -------------------------------------------------------------------------------- /Abandoned/surrogates/draft-nottingham-surrogates-01.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnot/I-D/HEAD/Abandoned/surrogates/draft-nottingham-surrogates-01.txt -------------------------------------------------------------------------------- /Abandoned/surrogates/draft-nottingham-surrogates-01.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnot/I-D/HEAD/Abandoned/surrogates/draft-nottingham-surrogates-01.xml -------------------------------------------------------------------------------- /Abandoned/transport-metadata-impact/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnot/I-D/HEAD/Abandoned/transport-metadata-impact/Makefile -------------------------------------------------------------------------------- /Abandoned/transport-metadata-impact/draft.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnot/I-D/HEAD/Abandoned/transport-metadata-impact/draft.md -------------------------------------------------------------------------------- /Abandoned/transport-metadata-impact/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnot/I-D/HEAD/Abandoned/transport-metadata-impact/index.html -------------------------------------------------------------------------------- /Abandoned/transport-metadata-impact/index.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnot/I-D/HEAD/Abandoned/transport-metadata-impact/index.txt -------------------------------------------------------------------------------- /Abandoned/unreliable-http/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnot/I-D/HEAD/Abandoned/unreliable-http/Makefile -------------------------------------------------------------------------------- /Abandoned/unreliable-http/draft-nottingham-unreliable-http-00.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnot/I-D/HEAD/Abandoned/unreliable-http/draft-nottingham-unreliable-http-00.html -------------------------------------------------------------------------------- /Abandoned/unreliable-http/draft-nottingham-unreliable-http-00.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnot/I-D/HEAD/Abandoned/unreliable-http/draft-nottingham-unreliable-http-00.txt -------------------------------------------------------------------------------- /Abandoned/unreliable-http/draft-nottingham-unreliable-http-00.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnot/I-D/HEAD/Abandoned/unreliable-http/draft-nottingham-unreliable-http-00.xml -------------------------------------------------------------------------------- /Abandoned/unreliable-http/draft.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnot/I-D/HEAD/Abandoned/unreliable-http/draft.md -------------------------------------------------------------------------------- /Abandoned/unreliable-http/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnot/I-D/HEAD/Abandoned/unreliable-http/index.html -------------------------------------------------------------------------------- /Abandoned/unreliable-http/index.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnot/I-D/HEAD/Abandoned/unreliable-http/index.txt -------------------------------------------------------------------------------- /Abandoned/web-proxy-desc/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnot/I-D/HEAD/Abandoned/web-proxy-desc/Makefile -------------------------------------------------------------------------------- /Abandoned/web-proxy-desc/draft-nottingham-web-proxy-desc-00.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnot/I-D/HEAD/Abandoned/web-proxy-desc/draft-nottingham-web-proxy-desc-00.xml -------------------------------------------------------------------------------- /Abandoned/web-proxy-desc/draft-nottingham-web-proxy-desc-01.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnot/I-D/HEAD/Abandoned/web-proxy-desc/draft-nottingham-web-proxy-desc-01.xml -------------------------------------------------------------------------------- /Abandoned/web-proxy-desc/draft.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnot/I-D/HEAD/Abandoned/web-proxy-desc/draft.md -------------------------------------------------------------------------------- /Abandoned/wugh-services/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnot/I-D/HEAD/Abandoned/wugh-services/Makefile -------------------------------------------------------------------------------- /Abandoned/wugh-services/draft-nottingham-wugh-services-00.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnot/I-D/HEAD/Abandoned/wugh-services/draft-nottingham-wugh-services-00.html -------------------------------------------------------------------------------- /Abandoned/wugh-services/draft-nottingham-wugh-services-00.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnot/I-D/HEAD/Abandoned/wugh-services/draft-nottingham-wugh-services-00.txt -------------------------------------------------------------------------------- /Abandoned/wugh-services/draft-nottingham-wugh-services-00.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnot/I-D/HEAD/Abandoned/wugh-services/draft-nottingham-wugh-services-00.xml -------------------------------------------------------------------------------- /Abandoned/wugh-services/draft-nottingham-wugh-services-01.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnot/I-D/HEAD/Abandoned/wugh-services/draft-nottingham-wugh-services-01.html -------------------------------------------------------------------------------- /Abandoned/wugh-services/draft-nottingham-wugh-services-01.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnot/I-D/HEAD/Abandoned/wugh-services/draft-nottingham-wugh-services-01.txt -------------------------------------------------------------------------------- /Abandoned/wugh-services/draft-nottingham-wugh-services-01.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnot/I-D/HEAD/Abandoned/wugh-services/draft-nottingham-wugh-services-01.xml -------------------------------------------------------------------------------- /Abandoned/wugh-services/draft.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnot/I-D/HEAD/Abandoned/wugh-services/draft.md -------------------------------------------------------------------------------- /Abandoned/wugh-services/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnot/I-D/HEAD/Abandoned/wugh-services/index.html -------------------------------------------------------------------------------- /Abandoned/wugh-services/index.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnot/I-D/HEAD/Abandoned/wugh-services/index.txt -------------------------------------------------------------------------------- /CONTRIBUTING.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnot/I-D/HEAD/CONTRIBUTING.md -------------------------------------------------------------------------------- /LICENSE.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnot/I-D/HEAD/LICENSE.md -------------------------------------------------------------------------------- /Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnot/I-D/HEAD/Makefile -------------------------------------------------------------------------------- /Published/atom-format/draft-atompub-format-00.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnot/I-D/HEAD/Published/atom-format/draft-atompub-format-00.xml -------------------------------------------------------------------------------- /Published/atom-format/draft-ietf-atompub-format-00.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnot/I-D/HEAD/Published/atom-format/draft-ietf-atompub-format-00.txt -------------------------------------------------------------------------------- /Published/atom-format/draft-ietf-atompub-format-00.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnot/I-D/HEAD/Published/atom-format/draft-ietf-atompub-format-00.xml -------------------------------------------------------------------------------- /Published/atom-format/draft-ietf-atompub-format-01.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnot/I-D/HEAD/Published/atom-format/draft-ietf-atompub-format-01.html -------------------------------------------------------------------------------- /Published/atom-format/draft-ietf-atompub-format-01.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnot/I-D/HEAD/Published/atom-format/draft-ietf-atompub-format-01.txt -------------------------------------------------------------------------------- /Published/atom-format/draft-ietf-atompub-format-01.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnot/I-D/HEAD/Published/atom-format/draft-ietf-atompub-format-01.xml -------------------------------------------------------------------------------- /Published/atom-format/draft-ietf-atompub-format-02.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnot/I-D/HEAD/Published/atom-format/draft-ietf-atompub-format-02.txt -------------------------------------------------------------------------------- /Published/atom-format/draft-ietf-atompub-format-02.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnot/I-D/HEAD/Published/atom-format/draft-ietf-atompub-format-02.xml -------------------------------------------------------------------------------- /Published/atom-format/draft-ietf-atompub-format-version.xml: -------------------------------------------------------------------------------- 1 | 02 -------------------------------------------------------------------------------- /Published/atom-format/draft-nottingham-atom-feed-format-00.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnot/I-D/HEAD/Published/atom-format/draft-nottingham-atom-feed-format-00.xml -------------------------------------------------------------------------------- /Published/atom-format/draft-nottingham-atom-format-00.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnot/I-D/HEAD/Published/atom-format/draft-nottingham-atom-format-00.txt -------------------------------------------------------------------------------- /Published/atom-format/draft-nottingham-atom-format-01.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnot/I-D/HEAD/Published/atom-format/draft-nottingham-atom-format-01.html -------------------------------------------------------------------------------- /Published/atom-format/draft-nottingham-atom-format-01.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnot/I-D/HEAD/Published/atom-format/draft-nottingham-atom-format-01.txt -------------------------------------------------------------------------------- /Published/atom-format/draft-nottingham-atom-format-01.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnot/I-D/HEAD/Published/atom-format/draft-nottingham-atom-format-01.xml -------------------------------------------------------------------------------- /Published/atom-format/draft-nottingham-atom-format-02.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnot/I-D/HEAD/Published/atom-format/draft-nottingham-atom-format-02.xml -------------------------------------------------------------------------------- /Published/atom-format/draft-nottingham-atom-format-04.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnot/I-D/HEAD/Published/atom-format/draft-nottingham-atom-format-04.xml -------------------------------------------------------------------------------- /Published/bcp56bis/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnot/I-D/HEAD/Published/bcp56bis/Makefile -------------------------------------------------------------------------------- /Published/bcp56bis/bcp56.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnot/I-D/HEAD/Published/bcp56bis/bcp56.txt -------------------------------------------------------------------------------- /Published/bcp56bis/draft-nottingham-bcp56bis-00.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnot/I-D/HEAD/Published/bcp56bis/draft-nottingham-bcp56bis-00.html -------------------------------------------------------------------------------- /Published/bcp56bis/draft-nottingham-bcp56bis-00.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnot/I-D/HEAD/Published/bcp56bis/draft-nottingham-bcp56bis-00.txt -------------------------------------------------------------------------------- /Published/bcp56bis/draft-nottingham-bcp56bis-00.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnot/I-D/HEAD/Published/bcp56bis/draft-nottingham-bcp56bis-00.xml -------------------------------------------------------------------------------- /Published/bcp56bis/draft-nottingham-bcp56bis-01.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnot/I-D/HEAD/Published/bcp56bis/draft-nottingham-bcp56bis-01.html -------------------------------------------------------------------------------- /Published/bcp56bis/draft-nottingham-bcp56bis-01.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnot/I-D/HEAD/Published/bcp56bis/draft-nottingham-bcp56bis-01.txt -------------------------------------------------------------------------------- /Published/bcp56bis/draft-nottingham-bcp56bis-01.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnot/I-D/HEAD/Published/bcp56bis/draft-nottingham-bcp56bis-01.xml -------------------------------------------------------------------------------- /Published/bcp56bis/draft.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnot/I-D/HEAD/Published/bcp56bis/draft.md -------------------------------------------------------------------------------- /Published/bcp56bis/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnot/I-D/HEAD/Published/bcp56bis/index.html -------------------------------------------------------------------------------- /Published/bcp56bis/index.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnot/I-D/HEAD/Published/bcp56bis/index.txt -------------------------------------------------------------------------------- /Published/cache-header/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnot/I-D/HEAD/Published/cache-header/Makefile -------------------------------------------------------------------------------- /Published/cache-header/draft-nottingham-cache-header-00.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnot/I-D/HEAD/Published/cache-header/draft-nottingham-cache-header-00.html -------------------------------------------------------------------------------- /Published/cache-header/draft-nottingham-cache-header-00.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnot/I-D/HEAD/Published/cache-header/draft-nottingham-cache-header-00.txt -------------------------------------------------------------------------------- /Published/cache-header/draft-nottingham-cache-header-00.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnot/I-D/HEAD/Published/cache-header/draft-nottingham-cache-header-00.xml -------------------------------------------------------------------------------- /Published/cache-header/draft-nottingham-cache-header-01.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnot/I-D/HEAD/Published/cache-header/draft-nottingham-cache-header-01.xml -------------------------------------------------------------------------------- /Published/cache-header/draft.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnot/I-D/HEAD/Published/cache-header/draft.md -------------------------------------------------------------------------------- /Published/cache-header/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnot/I-D/HEAD/Published/cache-header/index.html -------------------------------------------------------------------------------- /Published/cache-header/index.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnot/I-D/HEAD/Published/cache-header/index.txt -------------------------------------------------------------------------------- /Published/captive-portals/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnot/I-D/HEAD/Published/captive-portals/Makefile -------------------------------------------------------------------------------- /Published/captive-portals/draft-nottingham-http-portal-00.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnot/I-D/HEAD/Published/captive-portals/draft-nottingham-http-portal-00.html -------------------------------------------------------------------------------- /Published/captive-portals/draft-nottingham-http-portal-00.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnot/I-D/HEAD/Published/captive-portals/draft-nottingham-http-portal-00.txt -------------------------------------------------------------------------------- /Published/captive-portals/draft-nottingham-http-portal-00.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnot/I-D/HEAD/Published/captive-portals/draft-nottingham-http-portal-00.xml -------------------------------------------------------------------------------- /Published/captive-portals/draft-nottingham-http-portal-01-from-0.diff.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnot/I-D/HEAD/Published/captive-portals/draft-nottingham-http-portal-01-from-0.diff.html -------------------------------------------------------------------------------- /Published/captive-portals/draft-nottingham-http-portal-01.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnot/I-D/HEAD/Published/captive-portals/draft-nottingham-http-portal-01.html -------------------------------------------------------------------------------- /Published/captive-portals/draft-nottingham-http-portal-01.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnot/I-D/HEAD/Published/captive-portals/draft-nottingham-http-portal-01.txt -------------------------------------------------------------------------------- /Published/captive-portals/draft-nottingham-http-portal-01.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnot/I-D/HEAD/Published/captive-portals/draft-nottingham-http-portal-01.xml -------------------------------------------------------------------------------- /Published/captive-portals/draft-nottingham-http-portal-02.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnot/I-D/HEAD/Published/captive-portals/draft-nottingham-http-portal-02.html -------------------------------------------------------------------------------- /Published/captive-portals/draft-nottingham-http-portal-02.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnot/I-D/HEAD/Published/captive-portals/draft-nottingham-http-portal-02.txt -------------------------------------------------------------------------------- /Published/captive-portals/draft-nottingham-http-portal-02.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnot/I-D/HEAD/Published/captive-portals/draft-nottingham-http-portal-02.xml -------------------------------------------------------------------------------- /Published/dnsop-onion-tld/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnot/I-D/HEAD/Published/dnsop-onion-tld/Makefile -------------------------------------------------------------------------------- /Published/dnsop-onion-tld/draft-appelbaum-dnsop-onion-tld-00.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnot/I-D/HEAD/Published/dnsop-onion-tld/draft-appelbaum-dnsop-onion-tld-00.xml -------------------------------------------------------------------------------- /Published/dnsop-onion-tld/draft-appelbaum-dnsop-onion-tld-01.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnot/I-D/HEAD/Published/dnsop-onion-tld/draft-appelbaum-dnsop-onion-tld-01.xml -------------------------------------------------------------------------------- /Published/dnsop-onion-tld/draft-ietf-dnsop-onion-tld-00.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnot/I-D/HEAD/Published/dnsop-onion-tld/draft-ietf-dnsop-onion-tld-00.xml -------------------------------------------------------------------------------- /Published/dnsop-onion-tld/draft-ietf-dnsop-onion-tld-01.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnot/I-D/HEAD/Published/dnsop-onion-tld/draft-ietf-dnsop-onion-tld-01.html -------------------------------------------------------------------------------- /Published/dnsop-onion-tld/draft-ietf-dnsop-onion-tld-01.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnot/I-D/HEAD/Published/dnsop-onion-tld/draft-ietf-dnsop-onion-tld-01.txt -------------------------------------------------------------------------------- /Published/dnsop-onion-tld/draft-ietf-dnsop-onion-tld-01.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnot/I-D/HEAD/Published/dnsop-onion-tld/draft-ietf-dnsop-onion-tld-01.xml -------------------------------------------------------------------------------- /Published/dnsop-onion-tld/draft.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnot/I-D/HEAD/Published/dnsop-onion-tld/draft.md -------------------------------------------------------------------------------- /Published/dnsop-onion-tld/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnot/I-D/HEAD/Published/dnsop-onion-tld/index.html -------------------------------------------------------------------------------- /Published/dnsop-onion-tld/index.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnot/I-D/HEAD/Published/dnsop-onion-tld/index.txt -------------------------------------------------------------------------------- /Published/draft-ietf-mediaman-standards-tree.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnot/I-D/HEAD/Published/draft-ietf-mediaman-standards-tree.md -------------------------------------------------------------------------------- /Published/draft-nottingham-http-cache-groups.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnot/I-D/HEAD/Published/draft-nottingham-http-cache-groups.md -------------------------------------------------------------------------------- /Published/draft-nottingham-http-structure-retrofit.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnot/I-D/HEAD/Published/draft-nottingham-http-structure-retrofit.md -------------------------------------------------------------------------------- /Published/draft-nottingham-link-hint.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnot/I-D/HEAD/Published/draft-nottingham-link-hint.md -------------------------------------------------------------------------------- /Published/draft-nottingham-link-template.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnot/I-D/HEAD/Published/draft-nottingham-link-template.md -------------------------------------------------------------------------------- /Published/feed-history/draft-nottingham-atompub-feed-history-00.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnot/I-D/HEAD/Published/feed-history/draft-nottingham-atompub-feed-history-00.txt -------------------------------------------------------------------------------- /Published/feed-history/draft-nottingham-atompub-feed-history-00.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnot/I-D/HEAD/Published/feed-history/draft-nottingham-atompub-feed-history-00.xml -------------------------------------------------------------------------------- /Published/feed-history/draft-nottingham-atompub-feed-history-01.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnot/I-D/HEAD/Published/feed-history/draft-nottingham-atompub-feed-history-01.txt -------------------------------------------------------------------------------- /Published/feed-history/draft-nottingham-atompub-feed-history-01.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnot/I-D/HEAD/Published/feed-history/draft-nottingham-atompub-feed-history-01.xml -------------------------------------------------------------------------------- /Published/feed-history/draft-nottingham-atompub-feed-history-02.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnot/I-D/HEAD/Published/feed-history/draft-nottingham-atompub-feed-history-02.txt -------------------------------------------------------------------------------- /Published/feed-history/draft-nottingham-atompub-feed-history-02.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnot/I-D/HEAD/Published/feed-history/draft-nottingham-atompub-feed-history-02.xml -------------------------------------------------------------------------------- /Published/feed-history/draft-nottingham-atompub-feed-history-03.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnot/I-D/HEAD/Published/feed-history/draft-nottingham-atompub-feed-history-03.txt -------------------------------------------------------------------------------- /Published/feed-history/draft-nottingham-atompub-feed-history-03.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnot/I-D/HEAD/Published/feed-history/draft-nottingham-atompub-feed-history-03.xml -------------------------------------------------------------------------------- /Published/feed-history/draft-nottingham-atompub-feed-history-04.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnot/I-D/HEAD/Published/feed-history/draft-nottingham-atompub-feed-history-04.txt -------------------------------------------------------------------------------- /Published/feed-history/draft-nottingham-atompub-feed-history-04.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnot/I-D/HEAD/Published/feed-history/draft-nottingham-atompub-feed-history-04.xml -------------------------------------------------------------------------------- /Published/feed-history/draft-nottingham-atompub-feed-history-05.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnot/I-D/HEAD/Published/feed-history/draft-nottingham-atompub-feed-history-05.txt -------------------------------------------------------------------------------- /Published/feed-history/draft-nottingham-atompub-feed-history-05.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnot/I-D/HEAD/Published/feed-history/draft-nottingham-atompub-feed-history-05.xml -------------------------------------------------------------------------------- /Published/feed-history/draft-nottingham-atompub-feed-history-06.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnot/I-D/HEAD/Published/feed-history/draft-nottingham-atompub-feed-history-06.txt -------------------------------------------------------------------------------- /Published/feed-history/draft-nottingham-atompub-feed-history-06.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnot/I-D/HEAD/Published/feed-history/draft-nottingham-atompub-feed-history-06.xml -------------------------------------------------------------------------------- /Published/feed-history/draft-nottingham-atompub-feed-history-07.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnot/I-D/HEAD/Published/feed-history/draft-nottingham-atompub-feed-history-07.txt -------------------------------------------------------------------------------- /Published/feed-history/draft-nottingham-atompub-feed-history-07.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnot/I-D/HEAD/Published/feed-history/draft-nottingham-atompub-feed-history-07.xml -------------------------------------------------------------------------------- /Published/feed-history/draft-nottingham-atompub-feed-history-08.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnot/I-D/HEAD/Published/feed-history/draft-nottingham-atompub-feed-history-08.txt -------------------------------------------------------------------------------- /Published/feed-history/draft-nottingham-atompub-feed-history-08.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnot/I-D/HEAD/Published/feed-history/draft-nottingham-atompub-feed-history-08.xml -------------------------------------------------------------------------------- /Published/feed-history/draft-nottingham-atompub-feed-history-09.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnot/I-D/HEAD/Published/feed-history/draft-nottingham-atompub-feed-history-09.txt -------------------------------------------------------------------------------- /Published/feed-history/draft-nottingham-atompub-feed-history-09.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnot/I-D/HEAD/Published/feed-history/draft-nottingham-atompub-feed-history-09.xml -------------------------------------------------------------------------------- /Published/feed-history/draft-nottingham-atompub-feed-history-10.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnot/I-D/HEAD/Published/feed-history/draft-nottingham-atompub-feed-history-10.txt -------------------------------------------------------------------------------- /Published/feed-history/draft-nottingham-atompub-feed-history-10.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnot/I-D/HEAD/Published/feed-history/draft-nottingham-atompub-feed-history-10.xml -------------------------------------------------------------------------------- /Published/feed-history/draft-nottingham-atompub-feed-history-11.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnot/I-D/HEAD/Published/feed-history/draft-nottingham-atompub-feed-history-11.txt -------------------------------------------------------------------------------- /Published/feed-history/draft-nottingham-atompub-feed-history-11.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnot/I-D/HEAD/Published/feed-history/draft-nottingham-atompub-feed-history-11.xml -------------------------------------------------------------------------------- /Published/feed-history/draft-nottingham-atompub-feed-history-rfc.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnot/I-D/HEAD/Published/feed-history/draft-nottingham-atompub-feed-history-rfc.txt -------------------------------------------------------------------------------- /Published/feed-history/draft-nottingham-atompub-feed-history-rfc.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnot/I-D/HEAD/Published/feed-history/draft-nottingham-atompub-feed-history-rfc.xml -------------------------------------------------------------------------------- /Published/for-the-users/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnot/I-D/HEAD/Published/for-the-users/Makefile -------------------------------------------------------------------------------- /Published/for-the-users/draft-iab-for-the-users-00.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnot/I-D/HEAD/Published/for-the-users/draft-iab-for-the-users-00.html -------------------------------------------------------------------------------- /Published/for-the-users/draft-iab-for-the-users-00.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnot/I-D/HEAD/Published/for-the-users/draft-iab-for-the-users-00.txt -------------------------------------------------------------------------------- /Published/for-the-users/draft-iab-for-the-users-00.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnot/I-D/HEAD/Published/for-the-users/draft-iab-for-the-users-00.xml -------------------------------------------------------------------------------- /Published/for-the-users/draft-nottingham-for-the-users-00.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnot/I-D/HEAD/Published/for-the-users/draft-nottingham-for-the-users-00.html -------------------------------------------------------------------------------- /Published/for-the-users/draft-nottingham-for-the-users-00.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnot/I-D/HEAD/Published/for-the-users/draft-nottingham-for-the-users-00.txt -------------------------------------------------------------------------------- /Published/for-the-users/draft-nottingham-for-the-users-00.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnot/I-D/HEAD/Published/for-the-users/draft-nottingham-for-the-users-00.xml -------------------------------------------------------------------------------- /Published/for-the-users/draft-nottingham-for-the-users-01.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnot/I-D/HEAD/Published/for-the-users/draft-nottingham-for-the-users-01.html -------------------------------------------------------------------------------- /Published/for-the-users/draft-nottingham-for-the-users-01.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnot/I-D/HEAD/Published/for-the-users/draft-nottingham-for-the-users-01.txt -------------------------------------------------------------------------------- /Published/for-the-users/draft-nottingham-for-the-users-01.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnot/I-D/HEAD/Published/for-the-users/draft-nottingham-for-the-users-01.xml -------------------------------------------------------------------------------- /Published/for-the-users/draft-nottingham-for-the-users-02.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnot/I-D/HEAD/Published/for-the-users/draft-nottingham-for-the-users-02.html -------------------------------------------------------------------------------- /Published/for-the-users/draft-nottingham-for-the-users-02.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnot/I-D/HEAD/Published/for-the-users/draft-nottingham-for-the-users-02.txt -------------------------------------------------------------------------------- /Published/for-the-users/draft-nottingham-for-the-users-02.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnot/I-D/HEAD/Published/for-the-users/draft-nottingham-for-the-users-02.xml -------------------------------------------------------------------------------- /Published/for-the-users/draft-nottingham-for-the-users-03.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnot/I-D/HEAD/Published/for-the-users/draft-nottingham-for-the-users-03.html -------------------------------------------------------------------------------- /Published/for-the-users/draft-nottingham-for-the-users-03.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnot/I-D/HEAD/Published/for-the-users/draft-nottingham-for-the-users-03.txt -------------------------------------------------------------------------------- /Published/for-the-users/draft-nottingham-for-the-users-03.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnot/I-D/HEAD/Published/for-the-users/draft-nottingham-for-the-users-03.xml -------------------------------------------------------------------------------- /Published/for-the-users/draft-nottingham-for-the-users-04.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnot/I-D/HEAD/Published/for-the-users/draft-nottingham-for-the-users-04.html -------------------------------------------------------------------------------- /Published/for-the-users/draft-nottingham-for-the-users-04.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnot/I-D/HEAD/Published/for-the-users/draft-nottingham-for-the-users-04.txt -------------------------------------------------------------------------------- /Published/for-the-users/draft-nottingham-for-the-users-04.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnot/I-D/HEAD/Published/for-the-users/draft-nottingham-for-the-users-04.xml -------------------------------------------------------------------------------- /Published/for-the-users/draft-nottingham-for-the-users-05.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnot/I-D/HEAD/Published/for-the-users/draft-nottingham-for-the-users-05.html -------------------------------------------------------------------------------- /Published/for-the-users/draft-nottingham-for-the-users-05.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnot/I-D/HEAD/Published/for-the-users/draft-nottingham-for-the-users-05.txt -------------------------------------------------------------------------------- /Published/for-the-users/draft-nottingham-for-the-users-05.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnot/I-D/HEAD/Published/for-the-users/draft-nottingham-for-the-users-05.xml -------------------------------------------------------------------------------- /Published/for-the-users/draft-nottingham-for-the-users-06.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnot/I-D/HEAD/Published/for-the-users/draft-nottingham-for-the-users-06.html -------------------------------------------------------------------------------- /Published/for-the-users/draft-nottingham-for-the-users-06.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnot/I-D/HEAD/Published/for-the-users/draft-nottingham-for-the-users-06.txt -------------------------------------------------------------------------------- /Published/for-the-users/draft-nottingham-for-the-users-06.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnot/I-D/HEAD/Published/for-the-users/draft-nottingham-for-the-users-06.xml -------------------------------------------------------------------------------- /Published/for-the-users/draft-nottingham-for-the-users-07.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnot/I-D/HEAD/Published/for-the-users/draft-nottingham-for-the-users-07.html -------------------------------------------------------------------------------- /Published/for-the-users/draft-nottingham-for-the-users-07.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnot/I-D/HEAD/Published/for-the-users/draft-nottingham-for-the-users-07.txt -------------------------------------------------------------------------------- /Published/for-the-users/draft-nottingham-for-the-users-07.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnot/I-D/HEAD/Published/for-the-users/draft-nottingham-for-the-users-07.xml -------------------------------------------------------------------------------- /Published/for-the-users/draft-nottingham-for-the-users-08.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnot/I-D/HEAD/Published/for-the-users/draft-nottingham-for-the-users-08.html -------------------------------------------------------------------------------- /Published/for-the-users/draft-nottingham-for-the-users-08.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnot/I-D/HEAD/Published/for-the-users/draft-nottingham-for-the-users-08.txt -------------------------------------------------------------------------------- /Published/for-the-users/draft-nottingham-for-the-users-08.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnot/I-D/HEAD/Published/for-the-users/draft-nottingham-for-the-users-08.xml -------------------------------------------------------------------------------- /Published/for-the-users/draft-nottingham-for-the-users-09.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnot/I-D/HEAD/Published/for-the-users/draft-nottingham-for-the-users-09.html -------------------------------------------------------------------------------- /Published/for-the-users/draft-nottingham-for-the-users-09.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnot/I-D/HEAD/Published/for-the-users/draft-nottingham-for-the-users-09.txt -------------------------------------------------------------------------------- /Published/for-the-users/draft-nottingham-for-the-users-09.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnot/I-D/HEAD/Published/for-the-users/draft-nottingham-for-the-users-09.xml -------------------------------------------------------------------------------- /Published/for-the-users/draft.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnot/I-D/HEAD/Published/for-the-users/draft.md -------------------------------------------------------------------------------- /Published/for-the-users/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnot/I-D/HEAD/Published/for-the-users/index.html -------------------------------------------------------------------------------- /Published/for-the-users/index.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnot/I-D/HEAD/Published/for-the-users/index.txt -------------------------------------------------------------------------------- /Published/h2-cache-digest/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnot/I-D/HEAD/Published/h2-cache-digest/Makefile -------------------------------------------------------------------------------- /Published/h2-cache-digest/draft-kazuho-h2-cache-digest-00.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnot/I-D/HEAD/Published/h2-cache-digest/draft-kazuho-h2-cache-digest-00.html -------------------------------------------------------------------------------- /Published/h2-cache-digest/draft-kazuho-h2-cache-digest-00.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnot/I-D/HEAD/Published/h2-cache-digest/draft-kazuho-h2-cache-digest-00.txt -------------------------------------------------------------------------------- /Published/h2-cache-digest/draft-kazuho-h2-cache-digest-00.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnot/I-D/HEAD/Published/h2-cache-digest/draft-kazuho-h2-cache-digest-00.xml -------------------------------------------------------------------------------- /Published/h2-cache-digest/draft-kazuho-h2-cache-digest-01.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnot/I-D/HEAD/Published/h2-cache-digest/draft-kazuho-h2-cache-digest-01.html -------------------------------------------------------------------------------- /Published/h2-cache-digest/draft-kazuho-h2-cache-digest-01.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnot/I-D/HEAD/Published/h2-cache-digest/draft-kazuho-h2-cache-digest-01.txt -------------------------------------------------------------------------------- /Published/h2-cache-digest/draft-kazuho-h2-cache-digest-01.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnot/I-D/HEAD/Published/h2-cache-digest/draft-kazuho-h2-cache-digest-01.xml -------------------------------------------------------------------------------- /Published/h2-cache-digest/draft-kazuho-h2-cache-digest-02.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnot/I-D/HEAD/Published/h2-cache-digest/draft-kazuho-h2-cache-digest-02.xml -------------------------------------------------------------------------------- /Published/h2-cache-digest/draft.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnot/I-D/HEAD/Published/h2-cache-digest/draft.md -------------------------------------------------------------------------------- /Published/h2-cache-digest/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnot/I-D/HEAD/Published/h2-cache-digest/index.html -------------------------------------------------------------------------------- /Published/h2-cache-digest/index.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnot/I-D/HEAD/Published/h2-cache-digest/index.txt -------------------------------------------------------------------------------- /Published/hdrreg-http/draft-nottingham-hdrreg-http-00.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnot/I-D/HEAD/Published/hdrreg-http/draft-nottingham-hdrreg-http-00.txt -------------------------------------------------------------------------------- /Published/hdrreg-http/draft-nottingham-hdrreg-http-01.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnot/I-D/HEAD/Published/hdrreg-http/draft-nottingham-hdrreg-http-01.txt -------------------------------------------------------------------------------- /Published/hdrreg-http/draft-nottingham-hdrreg-http-02.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnot/I-D/HEAD/Published/hdrreg-http/draft-nottingham-hdrreg-http-02.txt -------------------------------------------------------------------------------- /Published/hdrreg-http/draft-nottingham-hdrreg-http-03.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnot/I-D/HEAD/Published/hdrreg-http/draft-nottingham-hdrreg-http-03.txt -------------------------------------------------------------------------------- /Published/hdrreg-http/draft-nottingham-hdrreg-http-04.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnot/I-D/HEAD/Published/hdrreg-http/draft-nottingham-hdrreg-http-04.txt -------------------------------------------------------------------------------- /Published/hdrreg-http/draft-nottingham-hdrreg-http-05.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnot/I-D/HEAD/Published/hdrreg-http/draft-nottingham-hdrreg-http-05.txt -------------------------------------------------------------------------------- /Published/hdrreg-http/http_headers.n3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnot/I-D/HEAD/Published/hdrreg-http/http_headers.n3 -------------------------------------------------------------------------------- /Published/how-did-that-get-into-the-repo/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnot/I-D/HEAD/Published/how-did-that-get-into-the-repo/Makefile -------------------------------------------------------------------------------- /Published/how-did-that-get-into-the-repo/draft-nottingham-how-did-that-get-into-the-repo-02.html: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Published/how-did-that-get-into-the-repo/draft.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnot/I-D/HEAD/Published/how-did-that-get-into-the-repo/draft.md -------------------------------------------------------------------------------- /Published/how-did-that-get-into-the-repo/index.html: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Published/how-did-that-get-into-the-repo/index.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnot/I-D/HEAD/Published/how-did-that-get-into-the-repo/index.txt -------------------------------------------------------------------------------- /Published/http-key/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnot/I-D/HEAD/Published/http-key/Makefile -------------------------------------------------------------------------------- /Published/http-key/draft-fielding-http-key-00.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnot/I-D/HEAD/Published/http-key/draft-fielding-http-key-00.html -------------------------------------------------------------------------------- /Published/http-key/draft-fielding-http-key-00.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnot/I-D/HEAD/Published/http-key/draft-fielding-http-key-00.txt -------------------------------------------------------------------------------- /Published/http-key/draft-fielding-http-key-00.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnot/I-D/HEAD/Published/http-key/draft-fielding-http-key-00.xml -------------------------------------------------------------------------------- /Published/http-key/draft-fielding-http-key-01.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnot/I-D/HEAD/Published/http-key/draft-fielding-http-key-01.html -------------------------------------------------------------------------------- /Published/http-key/draft-fielding-http-key-01.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnot/I-D/HEAD/Published/http-key/draft-fielding-http-key-01.txt -------------------------------------------------------------------------------- /Published/http-key/draft-fielding-http-key-01.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnot/I-D/HEAD/Published/http-key/draft-fielding-http-key-01.xml -------------------------------------------------------------------------------- /Published/http-key/draft-fielding-http-key-02.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnot/I-D/HEAD/Published/http-key/draft-fielding-http-key-02.html -------------------------------------------------------------------------------- /Published/http-key/draft-fielding-http-key-02.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnot/I-D/HEAD/Published/http-key/draft-fielding-http-key-02.txt -------------------------------------------------------------------------------- /Published/http-key/draft-fielding-http-key-02.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnot/I-D/HEAD/Published/http-key/draft-fielding-http-key-02.xml -------------------------------------------------------------------------------- /Published/http-key/draft-fielding-http-key-03.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnot/I-D/HEAD/Published/http-key/draft-fielding-http-key-03.html -------------------------------------------------------------------------------- /Published/http-key/draft-fielding-http-key-03.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnot/I-D/HEAD/Published/http-key/draft-fielding-http-key-03.txt -------------------------------------------------------------------------------- /Published/http-key/draft-fielding-http-key-03.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnot/I-D/HEAD/Published/http-key/draft-fielding-http-key-03.xml -------------------------------------------------------------------------------- /Published/http-key/draft-fielding-http-key-04.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnot/I-D/HEAD/Published/http-key/draft-fielding-http-key-04.html -------------------------------------------------------------------------------- /Published/http-key/draft-fielding-http-key-04.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnot/I-D/HEAD/Published/http-key/draft-fielding-http-key-04.txt -------------------------------------------------------------------------------- /Published/http-key/draft-fielding-http-key-04.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnot/I-D/HEAD/Published/http-key/draft-fielding-http-key-04.xml -------------------------------------------------------------------------------- /Published/http-key/draft.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnot/I-D/HEAD/Published/http-key/draft.md -------------------------------------------------------------------------------- /Published/http-key/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnot/I-D/HEAD/Published/http-key/index.html -------------------------------------------------------------------------------- /Published/http-key/index.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnot/I-D/HEAD/Published/http-key/index.txt -------------------------------------------------------------------------------- /Published/http-new-status/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnot/I-D/HEAD/Published/http-new-status/Makefile -------------------------------------------------------------------------------- /Published/http-new-status/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnot/I-D/HEAD/Published/http-new-status/README.md -------------------------------------------------------------------------------- /Published/http-new-status/draft-nottingham-http-new-status-00.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnot/I-D/HEAD/Published/http-new-status/draft-nottingham-http-new-status-00.xml -------------------------------------------------------------------------------- /Published/http-new-status/draft-nottingham-http-new-status-01.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnot/I-D/HEAD/Published/http-new-status/draft-nottingham-http-new-status-01.xml -------------------------------------------------------------------------------- /Published/http-new-status/draft-nottingham-http-new-status-02.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnot/I-D/HEAD/Published/http-new-status/draft-nottingham-http-new-status-02.xml -------------------------------------------------------------------------------- /Published/http-new-status/draft-nottingham-http-new-status-03.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnot/I-D/HEAD/Published/http-new-status/draft-nottingham-http-new-status-03.xml -------------------------------------------------------------------------------- /Published/http-new-status/draft-nottingham-http-new-status-04.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnot/I-D/HEAD/Published/http-new-status/draft-nottingham-http-new-status-04.xml -------------------------------------------------------------------------------- /Published/http-problem/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnot/I-D/HEAD/Published/http-problem/Makefile -------------------------------------------------------------------------------- /Published/http-problem/draft-ietf-appsawg-http-problem-00.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnot/I-D/HEAD/Published/http-problem/draft-ietf-appsawg-http-problem-00.xml -------------------------------------------------------------------------------- /Published/http-problem/draft-ietf-appsawg-http-problem-01.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnot/I-D/HEAD/Published/http-problem/draft-ietf-appsawg-http-problem-01.html -------------------------------------------------------------------------------- /Published/http-problem/draft-ietf-appsawg-http-problem-01.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnot/I-D/HEAD/Published/http-problem/draft-ietf-appsawg-http-problem-01.txt -------------------------------------------------------------------------------- /Published/http-problem/draft-ietf-appsawg-http-problem-01.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnot/I-D/HEAD/Published/http-problem/draft-ietf-appsawg-http-problem-01.xml -------------------------------------------------------------------------------- /Published/http-problem/draft-ietf-appsawg-http-problem-02.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnot/I-D/HEAD/Published/http-problem/draft-ietf-appsawg-http-problem-02.html -------------------------------------------------------------------------------- /Published/http-problem/draft-ietf-appsawg-http-problem-02.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnot/I-D/HEAD/Published/http-problem/draft-ietf-appsawg-http-problem-02.txt -------------------------------------------------------------------------------- /Published/http-problem/draft-ietf-appsawg-http-problem-02.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnot/I-D/HEAD/Published/http-problem/draft-ietf-appsawg-http-problem-02.xml -------------------------------------------------------------------------------- /Published/http-problem/draft-ietf-appsawg-http-problem-03.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnot/I-D/HEAD/Published/http-problem/draft-ietf-appsawg-http-problem-03.html -------------------------------------------------------------------------------- /Published/http-problem/draft-ietf-appsawg-http-problem-03.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnot/I-D/HEAD/Published/http-problem/draft-ietf-appsawg-http-problem-03.txt -------------------------------------------------------------------------------- /Published/http-problem/draft-ietf-appsawg-http-problem-03.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnot/I-D/HEAD/Published/http-problem/draft-ietf-appsawg-http-problem-03.xml -------------------------------------------------------------------------------- /Published/http-problem/draft-nottingham-http-problem-00.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnot/I-D/HEAD/Published/http-problem/draft-nottingham-http-problem-00.xml -------------------------------------------------------------------------------- /Published/http-problem/draft-nottingham-http-problem-01.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnot/I-D/HEAD/Published/http-problem/draft-nottingham-http-problem-01.xml -------------------------------------------------------------------------------- /Published/http-problem/draft-nottingham-http-problem-02.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnot/I-D/HEAD/Published/http-problem/draft-nottingham-http-problem-02.xml -------------------------------------------------------------------------------- /Published/http-problem/draft-nottingham-http-problem-03.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnot/I-D/HEAD/Published/http-problem/draft-nottingham-http-problem-03.xml -------------------------------------------------------------------------------- /Published/http-problem/draft-nottingham-http-problem-04.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnot/I-D/HEAD/Published/http-problem/draft-nottingham-http-problem-04.xml -------------------------------------------------------------------------------- /Published/http-problem/draft-nottingham-http-problem-05.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnot/I-D/HEAD/Published/http-problem/draft-nottingham-http-problem-05.xml -------------------------------------------------------------------------------- /Published/http-problem/draft-nottingham-http-problem-06.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnot/I-D/HEAD/Published/http-problem/draft-nottingham-http-problem-06.xml -------------------------------------------------------------------------------- /Published/http-problem/draft-nottingham-http-problem-07.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnot/I-D/HEAD/Published/http-problem/draft-nottingham-http-problem-07.xml -------------------------------------------------------------------------------- /Published/http-problem/http-problem-01.xsd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnot/I-D/HEAD/Published/http-problem/http-problem-01.xsd -------------------------------------------------------------------------------- /Published/http-problem/http-problem-02.xsd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnot/I-D/HEAD/Published/http-problem/http-problem-02.xsd -------------------------------------------------------------------------------- /Published/http-problem/http-problem-03.rnc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnot/I-D/HEAD/Published/http-problem/http-problem-03.rnc -------------------------------------------------------------------------------- /Published/http-problem/http-problem-03.rng: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnot/I-D/HEAD/Published/http-problem/http-problem-03.rng -------------------------------------------------------------------------------- /Published/http-problem/http-problem-03.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnot/I-D/HEAD/Published/http-problem/http-problem-03.xml -------------------------------------------------------------------------------- /Published/http-problem/http-problem-03.xsd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnot/I-D/HEAD/Published/http-problem/http-problem-03.xsd -------------------------------------------------------------------------------- /Published/http-problem/http-problem-04.rnc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnot/I-D/HEAD/Published/http-problem/http-problem-04.rnc -------------------------------------------------------------------------------- /Published/http-problem/http-problem-04.rng: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnot/I-D/HEAD/Published/http-problem/http-problem-04.rng -------------------------------------------------------------------------------- /Published/http-problem/http-problem-04.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnot/I-D/HEAD/Published/http-problem/http-problem-04.xml -------------------------------------------------------------------------------- /Published/http-problem/http-problem-04.xsd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnot/I-D/HEAD/Published/http-problem/http-problem-04.xsd -------------------------------------------------------------------------------- /Published/http-problem/http-problem-05.rnc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnot/I-D/HEAD/Published/http-problem/http-problem-05.rnc -------------------------------------------------------------------------------- /Published/http-problem/http-problem-05.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnot/I-D/HEAD/Published/http-problem/http-problem-05.xml -------------------------------------------------------------------------------- /Published/http-problem/http-problem-05.xsd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnot/I-D/HEAD/Published/http-problem/http-problem-05.xsd -------------------------------------------------------------------------------- /Published/http-problem/http-problem-06.rnc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnot/I-D/HEAD/Published/http-problem/http-problem-06.rnc -------------------------------------------------------------------------------- /Published/http-problem/http-problem-06.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnot/I-D/HEAD/Published/http-problem/http-problem-06.xml -------------------------------------------------------------------------------- /Published/http-problem/http-problem-06.xsd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnot/I-D/HEAD/Published/http-problem/http-problem-06.xsd -------------------------------------------------------------------------------- /Published/http-problem/http-problem-07.rnc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnot/I-D/HEAD/Published/http-problem/http-problem-07.rnc -------------------------------------------------------------------------------- /Published/http-problem/http-problem-07.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnot/I-D/HEAD/Published/http-problem/http-problem-07.xml -------------------------------------------------------------------------------- /Published/http-problem/http-problem-07.xsd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnot/I-D/HEAD/Published/http-problem/http-problem-07.xsd -------------------------------------------------------------------------------- /Published/http-problem/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnot/I-D/HEAD/Published/http-problem/index.html -------------------------------------------------------------------------------- /Published/http-problem/index.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnot/I-D/HEAD/Published/http-problem/index.txt -------------------------------------------------------------------------------- /Published/http2-encryption/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnot/I-D/HEAD/Published/http2-encryption/Makefile -------------------------------------------------------------------------------- /Published/http2-encryption/draft-nottingham-http2-encryption-00.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnot/I-D/HEAD/Published/http2-encryption/draft-nottingham-http2-encryption-00.xml -------------------------------------------------------------------------------- /Published/http2-encryption/draft-nottingham-http2-encryption-01.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnot/I-D/HEAD/Published/http2-encryption/draft-nottingham-http2-encryption-01.xml -------------------------------------------------------------------------------- /Published/http2-encryption/draft-nottingham-http2-encryption-02.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnot/I-D/HEAD/Published/http2-encryption/draft-nottingham-http2-encryption-02.xml -------------------------------------------------------------------------------- /Published/http2-encryption/draft-nottingham-http2-encryption-03.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnot/I-D/HEAD/Published/http2-encryption/draft-nottingham-http2-encryption-03.xml -------------------------------------------------------------------------------- /Published/http2-encryption/draft-nottingham-http2-encryption-04.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnot/I-D/HEAD/Published/http2-encryption/draft-nottingham-http2-encryption-04.xml -------------------------------------------------------------------------------- /Published/http2-encryption/draft.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnot/I-D/HEAD/Published/http2-encryption/draft.md -------------------------------------------------------------------------------- /Published/httpbis-alt-svc/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnot/I-D/HEAD/Published/httpbis-alt-svc/Makefile -------------------------------------------------------------------------------- /Published/httpbis-alt-svc/draft-nottingham-httpbis-alt-svc-00.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnot/I-D/HEAD/Published/httpbis-alt-svc/draft-nottingham-httpbis-alt-svc-00.xml -------------------------------------------------------------------------------- /Published/httpbis-alt-svc/draft-nottingham-httpbis-alt-svc-01.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnot/I-D/HEAD/Published/httpbis-alt-svc/draft-nottingham-httpbis-alt-svc-01.xml -------------------------------------------------------------------------------- /Published/httpbis-alt-svc/draft-nottingham-httpbis-alt-svc-02.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnot/I-D/HEAD/Published/httpbis-alt-svc/draft-nottingham-httpbis-alt-svc-02.xml -------------------------------------------------------------------------------- /Published/httpbis-alt-svc/draft-nottingham-httpbis-alt-svc-03.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnot/I-D/HEAD/Published/httpbis-alt-svc/draft-nottingham-httpbis-alt-svc-03.xml -------------------------------------------------------------------------------- /Published/httpbis-alt-svc/draft-nottingham-httpbis-alt-svc-04.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnot/I-D/HEAD/Published/httpbis-alt-svc/draft-nottingham-httpbis-alt-svc-04.xml -------------------------------------------------------------------------------- /Published/httpbis-alt-svc/draft-nottingham-httpbis-alt-svc-05.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnot/I-D/HEAD/Published/httpbis-alt-svc/draft-nottingham-httpbis-alt-svc-05.xml -------------------------------------------------------------------------------- /Published/httpbis-alt-svc/draft.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnot/I-D/HEAD/Published/httpbis-alt-svc/draft.md -------------------------------------------------------------------------------- /Published/httpbis-header-registry/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnot/I-D/HEAD/Published/httpbis-header-registry/Makefile -------------------------------------------------------------------------------- /Published/httpbis-header-registry/draft.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnot/I-D/HEAD/Published/httpbis-header-registry/draft.md -------------------------------------------------------------------------------- /Published/httpbis-header-registry/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnot/I-D/HEAD/Published/httpbis-header-registry/index.html -------------------------------------------------------------------------------- /Published/httpbis-header-registry/index.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnot/I-D/HEAD/Published/httpbis-header-registry/index.txt -------------------------------------------------------------------------------- /Published/httpbis-origin-frame/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnot/I-D/HEAD/Published/httpbis-origin-frame/Makefile -------------------------------------------------------------------------------- /Published/httpbis-origin-frame/draft.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnot/I-D/HEAD/Published/httpbis-origin-frame/draft.md -------------------------------------------------------------------------------- /Published/httpbis-origin-frame/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnot/I-D/HEAD/Published/httpbis-origin-frame/index.html -------------------------------------------------------------------------------- /Published/httpbis-origin-frame/index.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnot/I-D/HEAD/Published/httpbis-origin-frame/index.txt -------------------------------------------------------------------------------- /Published/link-header/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnot/I-D/HEAD/Published/link-header/Makefile -------------------------------------------------------------------------------- /Published/link-header/draft-nottingham-http-link-header-00.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnot/I-D/HEAD/Published/link-header/draft-nottingham-http-link-header-00.txt -------------------------------------------------------------------------------- /Published/link-header/draft-nottingham-http-link-header-00.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnot/I-D/HEAD/Published/link-header/draft-nottingham-http-link-header-00.xml -------------------------------------------------------------------------------- /Published/link-header/draft-nottingham-http-link-header-01.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnot/I-D/HEAD/Published/link-header/draft-nottingham-http-link-header-01.txt -------------------------------------------------------------------------------- /Published/link-header/draft-nottingham-http-link-header-01.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnot/I-D/HEAD/Published/link-header/draft-nottingham-http-link-header-01.xml -------------------------------------------------------------------------------- /Published/link-header/draft-nottingham-http-link-header-02.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnot/I-D/HEAD/Published/link-header/draft-nottingham-http-link-header-02.txt -------------------------------------------------------------------------------- /Published/link-header/draft-nottingham-http-link-header-02.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnot/I-D/HEAD/Published/link-header/draft-nottingham-http-link-header-02.xml -------------------------------------------------------------------------------- /Published/link-header/draft-nottingham-http-link-header-03.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnot/I-D/HEAD/Published/link-header/draft-nottingham-http-link-header-03.txt -------------------------------------------------------------------------------- /Published/link-header/draft-nottingham-http-link-header-03.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnot/I-D/HEAD/Published/link-header/draft-nottingham-http-link-header-03.xml -------------------------------------------------------------------------------- /Published/link-header/draft-nottingham-http-link-header-04.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnot/I-D/HEAD/Published/link-header/draft-nottingham-http-link-header-04.txt -------------------------------------------------------------------------------- /Published/link-header/draft-nottingham-http-link-header-04.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnot/I-D/HEAD/Published/link-header/draft-nottingham-http-link-header-04.xml -------------------------------------------------------------------------------- /Published/link-header/draft-nottingham-http-link-header-05.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnot/I-D/HEAD/Published/link-header/draft-nottingham-http-link-header-05.txt -------------------------------------------------------------------------------- /Published/link-header/draft-nottingham-http-link-header-05.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnot/I-D/HEAD/Published/link-header/draft-nottingham-http-link-header-05.xml -------------------------------------------------------------------------------- /Published/link-header/draft-nottingham-http-link-header-06.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnot/I-D/HEAD/Published/link-header/draft-nottingham-http-link-header-06.txt -------------------------------------------------------------------------------- /Published/link-header/draft-nottingham-http-link-header-06.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnot/I-D/HEAD/Published/link-header/draft-nottingham-http-link-header-06.xml -------------------------------------------------------------------------------- /Published/link-header/draft-nottingham-http-link-header-07-from-6.diff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnot/I-D/HEAD/Published/link-header/draft-nottingham-http-link-header-07-from-6.diff -------------------------------------------------------------------------------- /Published/link-header/draft-nottingham-http-link-header-07.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnot/I-D/HEAD/Published/link-header/draft-nottingham-http-link-header-07.txt -------------------------------------------------------------------------------- /Published/link-header/draft-nottingham-http-link-header-07.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnot/I-D/HEAD/Published/link-header/draft-nottingham-http-link-header-07.xml -------------------------------------------------------------------------------- /Published/link-header/draft-nottingham-http-link-header-08.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnot/I-D/HEAD/Published/link-header/draft-nottingham-http-link-header-08.txt -------------------------------------------------------------------------------- /Published/link-header/draft-nottingham-http-link-header-08.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnot/I-D/HEAD/Published/link-header/draft-nottingham-http-link-header-08.xml -------------------------------------------------------------------------------- /Published/link-header/draft-nottingham-http-link-header-09.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnot/I-D/HEAD/Published/link-header/draft-nottingham-http-link-header-09.txt -------------------------------------------------------------------------------- /Published/link-header/draft-nottingham-http-link-header-09.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnot/I-D/HEAD/Published/link-header/draft-nottingham-http-link-header-09.xml -------------------------------------------------------------------------------- /Published/link-header/draft-nottingham-http-link-header-10.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnot/I-D/HEAD/Published/link-header/draft-nottingham-http-link-header-10.txt -------------------------------------------------------------------------------- /Published/link-header/draft-nottingham-http-link-header-10.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnot/I-D/HEAD/Published/link-header/draft-nottingham-http-link-header-10.xml -------------------------------------------------------------------------------- /Published/link-header/rfc5988.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnot/I-D/HEAD/Published/link-header/rfc5988.txt -------------------------------------------------------------------------------- /Published/link-header/rfc5988.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnot/I-D/HEAD/Published/link-header/rfc5988.xml -------------------------------------------------------------------------------- /Published/media-type-registrations/draft-baker-soap-media-reg-04.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnot/I-D/HEAD/Published/media-type-registrations/draft-baker-soap-media-reg-04.txt -------------------------------------------------------------------------------- /Published/media-type-registrations/draft-baker-soap-media-reg-04.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnot/I-D/HEAD/Published/media-type-registrations/draft-baker-soap-media-reg-04.xml -------------------------------------------------------------------------------- /Published/media-type-registrations/draft-baker-soap-media-reg-05.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnot/I-D/HEAD/Published/media-type-registrations/draft-baker-soap-media-reg-05.txt -------------------------------------------------------------------------------- /Published/media-type-registrations/draft-baker-soap-media-reg-05.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnot/I-D/HEAD/Published/media-type-registrations/draft-baker-soap-media-reg-05.xml -------------------------------------------------------------------------------- /Published/media-type-registrations/draft-baker-soap-media-reg-06.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnot/I-D/HEAD/Published/media-type-registrations/draft-baker-soap-media-reg-06.txt -------------------------------------------------------------------------------- /Published/media-type-registrations/draft-baker-soap-media-reg-06.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnot/I-D/HEAD/Published/media-type-registrations/draft-baker-soap-media-reg-06.xml -------------------------------------------------------------------------------- /Published/media-type-registrations/draft-nottingham-dns-media-tree-00.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnot/I-D/HEAD/Published/media-type-registrations/draft-nottingham-dns-media-tree-00.txt -------------------------------------------------------------------------------- /Published/media-type-registrations/draft-nottingham-dns-media-tree-00.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnot/I-D/HEAD/Published/media-type-registrations/draft-nottingham-dns-media-tree-00.xml -------------------------------------------------------------------------------- /Published/media-type-registrations/draft-nottingham-rss-media-type-00.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnot/I-D/HEAD/Published/media-type-registrations/draft-nottingham-rss-media-type-00.txt -------------------------------------------------------------------------------- /Published/media-type-registrations/draft-nottingham-rss-media-type-01.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnot/I-D/HEAD/Published/media-type-registrations/draft-nottingham-rss-media-type-01.txt -------------------------------------------------------------------------------- /Published/proxy-status/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnot/I-D/HEAD/Published/proxy-status/Makefile -------------------------------------------------------------------------------- /Published/proxy-status/draft-nottingham-proxy-status-00.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnot/I-D/HEAD/Published/proxy-status/draft-nottingham-proxy-status-00.html -------------------------------------------------------------------------------- /Published/proxy-status/draft-nottingham-proxy-status-00.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnot/I-D/HEAD/Published/proxy-status/draft-nottingham-proxy-status-00.txt -------------------------------------------------------------------------------- /Published/proxy-status/draft-nottingham-proxy-status-00.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnot/I-D/HEAD/Published/proxy-status/draft-nottingham-proxy-status-00.xml -------------------------------------------------------------------------------- /Published/proxy-status/draft.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnot/I-D/HEAD/Published/proxy-status/draft.md -------------------------------------------------------------------------------- /Published/proxy-status/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnot/I-D/HEAD/Published/proxy-status/index.html -------------------------------------------------------------------------------- /Published/proxy-status/index.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnot/I-D/HEAD/Published/proxy-status/index.txt -------------------------------------------------------------------------------- /Published/rfc5785bis/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnot/I-D/HEAD/Published/rfc5785bis/Makefile -------------------------------------------------------------------------------- /Published/rfc5785bis/draft-nottingham-rfc5785bis-00.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnot/I-D/HEAD/Published/rfc5785bis/draft-nottingham-rfc5785bis-00.html -------------------------------------------------------------------------------- /Published/rfc5785bis/draft-nottingham-rfc5785bis-00.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnot/I-D/HEAD/Published/rfc5785bis/draft-nottingham-rfc5785bis-00.txt -------------------------------------------------------------------------------- /Published/rfc5785bis/draft-nottingham-rfc5785bis-00.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnot/I-D/HEAD/Published/rfc5785bis/draft-nottingham-rfc5785bis-00.xml -------------------------------------------------------------------------------- /Published/rfc5785bis/draft-nottingham-rfc5785bis-01.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnot/I-D/HEAD/Published/rfc5785bis/draft-nottingham-rfc5785bis-01.html -------------------------------------------------------------------------------- /Published/rfc5785bis/draft-nottingham-rfc5785bis-01.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnot/I-D/HEAD/Published/rfc5785bis/draft-nottingham-rfc5785bis-01.txt -------------------------------------------------------------------------------- /Published/rfc5785bis/draft-nottingham-rfc5785bis-01.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnot/I-D/HEAD/Published/rfc5785bis/draft-nottingham-rfc5785bis-01.xml -------------------------------------------------------------------------------- /Published/rfc5785bis/draft-nottingham-rfc5785bis-02.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnot/I-D/HEAD/Published/rfc5785bis/draft-nottingham-rfc5785bis-02.html -------------------------------------------------------------------------------- /Published/rfc5785bis/draft-nottingham-rfc5785bis-02.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnot/I-D/HEAD/Published/rfc5785bis/draft-nottingham-rfc5785bis-02.txt -------------------------------------------------------------------------------- /Published/rfc5785bis/draft-nottingham-rfc5785bis-02.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnot/I-D/HEAD/Published/rfc5785bis/draft-nottingham-rfc5785bis-02.xml -------------------------------------------------------------------------------- /Published/rfc5785bis/draft-nottingham-rfc5785bis-03.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnot/I-D/HEAD/Published/rfc5785bis/draft-nottingham-rfc5785bis-03.html -------------------------------------------------------------------------------- /Published/rfc5785bis/draft-nottingham-rfc5785bis-03.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnot/I-D/HEAD/Published/rfc5785bis/draft-nottingham-rfc5785bis-03.txt -------------------------------------------------------------------------------- /Published/rfc5785bis/draft-nottingham-rfc5785bis-03.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnot/I-D/HEAD/Published/rfc5785bis/draft-nottingham-rfc5785bis-03.xml -------------------------------------------------------------------------------- /Published/rfc5785bis/draft-nottingham-rfc5785bis-04.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnot/I-D/HEAD/Published/rfc5785bis/draft-nottingham-rfc5785bis-04.html -------------------------------------------------------------------------------- /Published/rfc5785bis/draft-nottingham-rfc5785bis-04.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnot/I-D/HEAD/Published/rfc5785bis/draft-nottingham-rfc5785bis-04.txt -------------------------------------------------------------------------------- /Published/rfc5785bis/draft-nottingham-rfc5785bis-04.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnot/I-D/HEAD/Published/rfc5785bis/draft-nottingham-rfc5785bis-04.xml -------------------------------------------------------------------------------- /Published/rfc5785bis/draft-nottingham-rfc5785bis-05.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnot/I-D/HEAD/Published/rfc5785bis/draft-nottingham-rfc5785bis-05.html -------------------------------------------------------------------------------- /Published/rfc5785bis/draft-nottingham-rfc5785bis-05.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnot/I-D/HEAD/Published/rfc5785bis/draft-nottingham-rfc5785bis-05.txt -------------------------------------------------------------------------------- /Published/rfc5785bis/draft-nottingham-rfc5785bis-05.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnot/I-D/HEAD/Published/rfc5785bis/draft-nottingham-rfc5785bis-05.xml -------------------------------------------------------------------------------- /Published/rfc5785bis/draft-nottingham-rfc5785bis-06.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnot/I-D/HEAD/Published/rfc5785bis/draft-nottingham-rfc5785bis-06.html -------------------------------------------------------------------------------- /Published/rfc5785bis/draft-nottingham-rfc5785bis-06.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnot/I-D/HEAD/Published/rfc5785bis/draft-nottingham-rfc5785bis-06.txt -------------------------------------------------------------------------------- /Published/rfc5785bis/draft-nottingham-rfc5785bis-06.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnot/I-D/HEAD/Published/rfc5785bis/draft-nottingham-rfc5785bis-06.xml -------------------------------------------------------------------------------- /Published/rfc5785bis/draft-nottingham-rfc5785bis-07.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnot/I-D/HEAD/Published/rfc5785bis/draft-nottingham-rfc5785bis-07.html -------------------------------------------------------------------------------- /Published/rfc5785bis/draft-nottingham-rfc5785bis-07.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnot/I-D/HEAD/Published/rfc5785bis/draft-nottingham-rfc5785bis-07.txt -------------------------------------------------------------------------------- /Published/rfc5785bis/draft-nottingham-rfc5785bis-07.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnot/I-D/HEAD/Published/rfc5785bis/draft-nottingham-rfc5785bis-07.xml -------------------------------------------------------------------------------- /Published/rfc5785bis/draft-nottingham-rfc5785bis-08.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnot/I-D/HEAD/Published/rfc5785bis/draft-nottingham-rfc5785bis-08.html -------------------------------------------------------------------------------- /Published/rfc5785bis/draft-nottingham-rfc5785bis-08.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnot/I-D/HEAD/Published/rfc5785bis/draft-nottingham-rfc5785bis-08.txt -------------------------------------------------------------------------------- /Published/rfc5785bis/draft-nottingham-rfc5785bis-08.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnot/I-D/HEAD/Published/rfc5785bis/draft-nottingham-rfc5785bis-08.xml -------------------------------------------------------------------------------- /Published/rfc5785bis/draft-nottingham-rfc5785bis-09.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnot/I-D/HEAD/Published/rfc5785bis/draft-nottingham-rfc5785bis-09.html -------------------------------------------------------------------------------- /Published/rfc5785bis/draft-nottingham-rfc5785bis-09.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnot/I-D/HEAD/Published/rfc5785bis/draft-nottingham-rfc5785bis-09.txt -------------------------------------------------------------------------------- /Published/rfc5785bis/draft-nottingham-rfc5785bis-09.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnot/I-D/HEAD/Published/rfc5785bis/draft-nottingham-rfc5785bis-09.xml -------------------------------------------------------------------------------- /Published/rfc5785bis/draft-nottingham-rfc5785bis-10.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnot/I-D/HEAD/Published/rfc5785bis/draft-nottingham-rfc5785bis-10.html -------------------------------------------------------------------------------- /Published/rfc5785bis/draft-nottingham-rfc5785bis-10.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnot/I-D/HEAD/Published/rfc5785bis/draft-nottingham-rfc5785bis-10.txt -------------------------------------------------------------------------------- /Published/rfc5785bis/draft-nottingham-rfc5785bis-10.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnot/I-D/HEAD/Published/rfc5785bis/draft-nottingham-rfc5785bis-10.xml -------------------------------------------------------------------------------- /Published/rfc5785bis/draft-nottingham-rfc5785bis-11.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnot/I-D/HEAD/Published/rfc5785bis/draft-nottingham-rfc5785bis-11.html -------------------------------------------------------------------------------- /Published/rfc5785bis/draft-nottingham-rfc5785bis-11.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnot/I-D/HEAD/Published/rfc5785bis/draft-nottingham-rfc5785bis-11.txt -------------------------------------------------------------------------------- /Published/rfc5785bis/draft-nottingham-rfc5785bis-11.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnot/I-D/HEAD/Published/rfc5785bis/draft-nottingham-rfc5785bis-11.xml -------------------------------------------------------------------------------- /Published/rfc5785bis/draft.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnot/I-D/HEAD/Published/rfc5785bis/draft.md -------------------------------------------------------------------------------- /Published/rfc5785bis/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnot/I-D/HEAD/Published/rfc5785bis/index.html -------------------------------------------------------------------------------- /Published/rfc5785bis/index.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnot/I-D/HEAD/Published/rfc5785bis/index.txt -------------------------------------------------------------------------------- /Published/rfc5785bis/rfc5785.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnot/I-D/HEAD/Published/rfc5785bis/rfc5785.txt -------------------------------------------------------------------------------- /Published/rfc5988bis/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnot/I-D/HEAD/Published/rfc5988bis/Makefile -------------------------------------------------------------------------------- /Published/rfc5988bis/draft-nottingham-rfc5988bis-00.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnot/I-D/HEAD/Published/rfc5988bis/draft-nottingham-rfc5988bis-00.html -------------------------------------------------------------------------------- /Published/rfc5988bis/draft-nottingham-rfc5988bis-00.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnot/I-D/HEAD/Published/rfc5988bis/draft-nottingham-rfc5988bis-00.txt -------------------------------------------------------------------------------- /Published/rfc5988bis/draft-nottingham-rfc5988bis-00.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnot/I-D/HEAD/Published/rfc5988bis/draft-nottingham-rfc5988bis-00.xml -------------------------------------------------------------------------------- /Published/rfc5988bis/draft-nottingham-rfc5988bis-01.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnot/I-D/HEAD/Published/rfc5988bis/draft-nottingham-rfc5988bis-01.html -------------------------------------------------------------------------------- /Published/rfc5988bis/draft-nottingham-rfc5988bis-01.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnot/I-D/HEAD/Published/rfc5988bis/draft-nottingham-rfc5988bis-01.txt -------------------------------------------------------------------------------- /Published/rfc5988bis/draft-nottingham-rfc5988bis-01.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnot/I-D/HEAD/Published/rfc5988bis/draft-nottingham-rfc5988bis-01.xml -------------------------------------------------------------------------------- /Published/rfc5988bis/draft-nottingham-rfc5988bis-02.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnot/I-D/HEAD/Published/rfc5988bis/draft-nottingham-rfc5988bis-02.html -------------------------------------------------------------------------------- /Published/rfc5988bis/draft-nottingham-rfc5988bis-02.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnot/I-D/HEAD/Published/rfc5988bis/draft-nottingham-rfc5988bis-02.txt -------------------------------------------------------------------------------- /Published/rfc5988bis/draft-nottingham-rfc5988bis-02.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnot/I-D/HEAD/Published/rfc5988bis/draft-nottingham-rfc5988bis-02.xml -------------------------------------------------------------------------------- /Published/rfc5988bis/draft-nottingham-rfc5988bis-03.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnot/I-D/HEAD/Published/rfc5988bis/draft-nottingham-rfc5988bis-03.html -------------------------------------------------------------------------------- /Published/rfc5988bis/draft-nottingham-rfc5988bis-03.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnot/I-D/HEAD/Published/rfc5988bis/draft-nottingham-rfc5988bis-03.txt -------------------------------------------------------------------------------- /Published/rfc5988bis/draft-nottingham-rfc5988bis-03.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnot/I-D/HEAD/Published/rfc5988bis/draft-nottingham-rfc5988bis-03.xml -------------------------------------------------------------------------------- /Published/rfc5988bis/draft-nottingham-rfc5988bis-04.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnot/I-D/HEAD/Published/rfc5988bis/draft-nottingham-rfc5988bis-04.html -------------------------------------------------------------------------------- /Published/rfc5988bis/draft-nottingham-rfc5988bis-04.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnot/I-D/HEAD/Published/rfc5988bis/draft-nottingham-rfc5988bis-04.txt -------------------------------------------------------------------------------- /Published/rfc5988bis/draft-nottingham-rfc5988bis-04.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnot/I-D/HEAD/Published/rfc5988bis/draft-nottingham-rfc5988bis-04.xml -------------------------------------------------------------------------------- /Published/rfc5988bis/draft-nottingham-rfc5988bis-05.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnot/I-D/HEAD/Published/rfc5988bis/draft-nottingham-rfc5988bis-05.html -------------------------------------------------------------------------------- /Published/rfc5988bis/draft-nottingham-rfc5988bis-05.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnot/I-D/HEAD/Published/rfc5988bis/draft-nottingham-rfc5988bis-05.txt -------------------------------------------------------------------------------- /Published/rfc5988bis/draft-nottingham-rfc5988bis-05.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnot/I-D/HEAD/Published/rfc5988bis/draft-nottingham-rfc5988bis-05.xml -------------------------------------------------------------------------------- /Published/rfc5988bis/draft-nottingham-rfc5988bis-06.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnot/I-D/HEAD/Published/rfc5988bis/draft-nottingham-rfc5988bis-06.html -------------------------------------------------------------------------------- /Published/rfc5988bis/draft-nottingham-rfc5988bis-06.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnot/I-D/HEAD/Published/rfc5988bis/draft-nottingham-rfc5988bis-06.txt -------------------------------------------------------------------------------- /Published/rfc5988bis/draft-nottingham-rfc5988bis-06.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnot/I-D/HEAD/Published/rfc5988bis/draft-nottingham-rfc5988bis-06.xml -------------------------------------------------------------------------------- /Published/rfc5988bis/draft-nottingham-rfc5988bis-07-from-6.diff.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnot/I-D/HEAD/Published/rfc5988bis/draft-nottingham-rfc5988bis-07-from-6.diff.html -------------------------------------------------------------------------------- /Published/rfc5988bis/draft-nottingham-rfc5988bis-07.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnot/I-D/HEAD/Published/rfc5988bis/draft-nottingham-rfc5988bis-07.html -------------------------------------------------------------------------------- /Published/rfc5988bis/draft-nottingham-rfc5988bis-07.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnot/I-D/HEAD/Published/rfc5988bis/draft-nottingham-rfc5988bis-07.txt -------------------------------------------------------------------------------- /Published/rfc5988bis/draft-nottingham-rfc5988bis-07.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnot/I-D/HEAD/Published/rfc5988bis/draft-nottingham-rfc5988bis-07.xml -------------------------------------------------------------------------------- /Published/rfc5988bis/draft-nottingham-rfc5988bis-08.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnot/I-D/HEAD/Published/rfc5988bis/draft-nottingham-rfc5988bis-08.html -------------------------------------------------------------------------------- /Published/rfc5988bis/draft-nottingham-rfc5988bis-08.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnot/I-D/HEAD/Published/rfc5988bis/draft-nottingham-rfc5988bis-08.txt -------------------------------------------------------------------------------- /Published/rfc5988bis/draft-nottingham-rfc5988bis-08.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnot/I-D/HEAD/Published/rfc5988bis/draft-nottingham-rfc5988bis-08.xml -------------------------------------------------------------------------------- /Published/rfc5988bis/draft-nottingham-rfc5988bis-09.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnot/I-D/HEAD/Published/rfc5988bis/draft-nottingham-rfc5988bis-09.html -------------------------------------------------------------------------------- /Published/rfc5988bis/draft-nottingham-rfc5988bis-09.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnot/I-D/HEAD/Published/rfc5988bis/draft-nottingham-rfc5988bis-09.txt -------------------------------------------------------------------------------- /Published/rfc5988bis/draft-nottingham-rfc5988bis-09.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnot/I-D/HEAD/Published/rfc5988bis/draft-nottingham-rfc5988bis-09.xml -------------------------------------------------------------------------------- /Published/rfc5988bis/draft.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnot/I-D/HEAD/Published/rfc5988bis/draft.md -------------------------------------------------------------------------------- /Published/rfc5988bis/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnot/I-D/HEAD/Published/rfc5988bis/index.html -------------------------------------------------------------------------------- /Published/rfc5988bis/index.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnot/I-D/HEAD/Published/rfc5988bis/index.txt -------------------------------------------------------------------------------- /Published/rfc5988bis/rfc5988.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnot/I-D/HEAD/Published/rfc5988bis/rfc5988.txt -------------------------------------------------------------------------------- /Published/rfc5988bis/rfc5988.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnot/I-D/HEAD/Published/rfc5988bis/rfc5988.xml -------------------------------------------------------------------------------- /Published/rfc7320bis/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnot/I-D/HEAD/Published/rfc7320bis/Makefile -------------------------------------------------------------------------------- /Published/rfc7320bis/draft-nottingham-rfc7320bis-00.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnot/I-D/HEAD/Published/rfc7320bis/draft-nottingham-rfc7320bis-00.html -------------------------------------------------------------------------------- /Published/rfc7320bis/draft-nottingham-rfc7320bis-00.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnot/I-D/HEAD/Published/rfc7320bis/draft-nottingham-rfc7320bis-00.txt -------------------------------------------------------------------------------- /Published/rfc7320bis/draft-nottingham-rfc7320bis-00.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnot/I-D/HEAD/Published/rfc7320bis/draft-nottingham-rfc7320bis-00.xml -------------------------------------------------------------------------------- /Published/rfc7320bis/draft-nottingham-rfc7320bis-01.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnot/I-D/HEAD/Published/rfc7320bis/draft-nottingham-rfc7320bis-01.html -------------------------------------------------------------------------------- /Published/rfc7320bis/draft-nottingham-rfc7320bis-01.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnot/I-D/HEAD/Published/rfc7320bis/draft-nottingham-rfc7320bis-01.txt -------------------------------------------------------------------------------- /Published/rfc7320bis/draft-nottingham-rfc7320bis-01.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnot/I-D/HEAD/Published/rfc7320bis/draft-nottingham-rfc7320bis-01.xml -------------------------------------------------------------------------------- /Published/rfc7320bis/draft-nottingham-rfc7320bis-02.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnot/I-D/HEAD/Published/rfc7320bis/draft-nottingham-rfc7320bis-02.html -------------------------------------------------------------------------------- /Published/rfc7320bis/draft-nottingham-rfc7320bis-02.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnot/I-D/HEAD/Published/rfc7320bis/draft-nottingham-rfc7320bis-02.txt -------------------------------------------------------------------------------- /Published/rfc7320bis/draft-nottingham-rfc7320bis-02.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnot/I-D/HEAD/Published/rfc7320bis/draft-nottingham-rfc7320bis-02.xml -------------------------------------------------------------------------------- /Published/rfc7320bis/draft-nottingham-rfc7320bis-03.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnot/I-D/HEAD/Published/rfc7320bis/draft-nottingham-rfc7320bis-03.html -------------------------------------------------------------------------------- /Published/rfc7320bis/draft-nottingham-rfc7320bis-03.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnot/I-D/HEAD/Published/rfc7320bis/draft-nottingham-rfc7320bis-03.txt -------------------------------------------------------------------------------- /Published/rfc7320bis/draft-nottingham-rfc7320bis-03.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnot/I-D/HEAD/Published/rfc7320bis/draft-nottingham-rfc7320bis-03.xml -------------------------------------------------------------------------------- /Published/rfc7320bis/draft.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnot/I-D/HEAD/Published/rfc7320bis/draft.md -------------------------------------------------------------------------------- /Published/rfc7320bis/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnot/I-D/HEAD/Published/rfc7320bis/index.html -------------------------------------------------------------------------------- /Published/rfc7320bis/index.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnot/I-D/HEAD/Published/rfc7320bis/index.txt -------------------------------------------------------------------------------- /Published/safe-hint/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnot/I-D/HEAD/Published/safe-hint/Makefile -------------------------------------------------------------------------------- /Published/safe-hint/draft-nottingham-safe-hint-00.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnot/I-D/HEAD/Published/safe-hint/draft-nottingham-safe-hint-00.html -------------------------------------------------------------------------------- /Published/safe-hint/draft-nottingham-safe-hint-00.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnot/I-D/HEAD/Published/safe-hint/draft-nottingham-safe-hint-00.txt -------------------------------------------------------------------------------- /Published/safe-hint/draft-nottingham-safe-hint-00.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnot/I-D/HEAD/Published/safe-hint/draft-nottingham-safe-hint-00.xml -------------------------------------------------------------------------------- /Published/safe-hint/draft-nottingham-safe-hint-01.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnot/I-D/HEAD/Published/safe-hint/draft-nottingham-safe-hint-01.html -------------------------------------------------------------------------------- /Published/safe-hint/draft-nottingham-safe-hint-01.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnot/I-D/HEAD/Published/safe-hint/draft-nottingham-safe-hint-01.txt -------------------------------------------------------------------------------- /Published/safe-hint/draft-nottingham-safe-hint-01.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnot/I-D/HEAD/Published/safe-hint/draft-nottingham-safe-hint-01.xml -------------------------------------------------------------------------------- /Published/safe-hint/draft-nottingham-safe-hint-02-from-1.diff.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnot/I-D/HEAD/Published/safe-hint/draft-nottingham-safe-hint-02-from-1.diff.html -------------------------------------------------------------------------------- /Published/safe-hint/draft-nottingham-safe-hint-02.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnot/I-D/HEAD/Published/safe-hint/draft-nottingham-safe-hint-02.html -------------------------------------------------------------------------------- /Published/safe-hint/draft-nottingham-safe-hint-02.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnot/I-D/HEAD/Published/safe-hint/draft-nottingham-safe-hint-02.txt -------------------------------------------------------------------------------- /Published/safe-hint/draft-nottingham-safe-hint-02.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnot/I-D/HEAD/Published/safe-hint/draft-nottingham-safe-hint-02.xml -------------------------------------------------------------------------------- /Published/safe-hint/draft-nottingham-safe-hint-03.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnot/I-D/HEAD/Published/safe-hint/draft-nottingham-safe-hint-03.html -------------------------------------------------------------------------------- /Published/safe-hint/draft-nottingham-safe-hint-03.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnot/I-D/HEAD/Published/safe-hint/draft-nottingham-safe-hint-03.txt -------------------------------------------------------------------------------- /Published/safe-hint/draft-nottingham-safe-hint-03.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnot/I-D/HEAD/Published/safe-hint/draft-nottingham-safe-hint-03.xml -------------------------------------------------------------------------------- /Published/safe-hint/draft-nottingham-safe-hint-04.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnot/I-D/HEAD/Published/safe-hint/draft-nottingham-safe-hint-04.xml -------------------------------------------------------------------------------- /Published/safe-hint/draft-nottingham-safe-hint-05.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnot/I-D/HEAD/Published/safe-hint/draft-nottingham-safe-hint-05.txt -------------------------------------------------------------------------------- /Published/safe-hint/draft-nottingham-safe-hint-05.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnot/I-D/HEAD/Published/safe-hint/draft-nottingham-safe-hint-05.xml -------------------------------------------------------------------------------- /Published/safe-hint/draft-nottingham-safe-hint-06-from-5.diff.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnot/I-D/HEAD/Published/safe-hint/draft-nottingham-safe-hint-06-from-5.diff.html -------------------------------------------------------------------------------- /Published/safe-hint/draft-nottingham-safe-hint-06.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnot/I-D/HEAD/Published/safe-hint/draft-nottingham-safe-hint-06.html -------------------------------------------------------------------------------- /Published/safe-hint/draft-nottingham-safe-hint-06.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnot/I-D/HEAD/Published/safe-hint/draft-nottingham-safe-hint-06.txt -------------------------------------------------------------------------------- /Published/safe-hint/draft-nottingham-safe-hint-06.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnot/I-D/HEAD/Published/safe-hint/draft-nottingham-safe-hint-06.xml -------------------------------------------------------------------------------- /Published/safe-hint/draft-nottingham-safe-hint-07.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnot/I-D/HEAD/Published/safe-hint/draft-nottingham-safe-hint-07.html -------------------------------------------------------------------------------- /Published/safe-hint/draft-nottingham-safe-hint-07.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnot/I-D/HEAD/Published/safe-hint/draft-nottingham-safe-hint-07.txt -------------------------------------------------------------------------------- /Published/safe-hint/draft-nottingham-safe-hint-07.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnot/I-D/HEAD/Published/safe-hint/draft-nottingham-safe-hint-07.xml -------------------------------------------------------------------------------- /Published/safe-hint/draft-nottingham-safe-hint-08.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnot/I-D/HEAD/Published/safe-hint/draft-nottingham-safe-hint-08.html -------------------------------------------------------------------------------- /Published/safe-hint/draft-nottingham-safe-hint-08.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnot/I-D/HEAD/Published/safe-hint/draft-nottingham-safe-hint-08.txt -------------------------------------------------------------------------------- /Published/safe-hint/draft-nottingham-safe-hint-08.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnot/I-D/HEAD/Published/safe-hint/draft-nottingham-safe-hint-08.xml -------------------------------------------------------------------------------- /Published/safe-hint/draft-nottingham-safe-hint-09.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnot/I-D/HEAD/Published/safe-hint/draft-nottingham-safe-hint-09.html -------------------------------------------------------------------------------- /Published/safe-hint/draft-nottingham-safe-hint-09.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnot/I-D/HEAD/Published/safe-hint/draft-nottingham-safe-hint-09.txt -------------------------------------------------------------------------------- /Published/safe-hint/draft-nottingham-safe-hint-09.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnot/I-D/HEAD/Published/safe-hint/draft-nottingham-safe-hint-09.xml -------------------------------------------------------------------------------- /Published/safe-hint/draft-nottingham-safe-hint-10.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnot/I-D/HEAD/Published/safe-hint/draft-nottingham-safe-hint-10.html -------------------------------------------------------------------------------- /Published/safe-hint/draft-nottingham-safe-hint-10.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnot/I-D/HEAD/Published/safe-hint/draft-nottingham-safe-hint-10.txt -------------------------------------------------------------------------------- /Published/safe-hint/draft-nottingham-safe-hint-10.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnot/I-D/HEAD/Published/safe-hint/draft-nottingham-safe-hint-10.xml -------------------------------------------------------------------------------- /Published/safe-hint/draft-nottingham-safe-hint-11.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnot/I-D/HEAD/Published/safe-hint/draft-nottingham-safe-hint-11.html -------------------------------------------------------------------------------- /Published/safe-hint/draft-nottingham-safe-hint-11.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnot/I-D/HEAD/Published/safe-hint/draft-nottingham-safe-hint-11.txt -------------------------------------------------------------------------------- /Published/safe-hint/draft-nottingham-safe-hint-11.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnot/I-D/HEAD/Published/safe-hint/draft-nottingham-safe-hint-11.xml -------------------------------------------------------------------------------- /Published/safe-hint/draft.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnot/I-D/HEAD/Published/safe-hint/draft.md -------------------------------------------------------------------------------- /Published/safe-hint/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnot/I-D/HEAD/Published/safe-hint/index.html -------------------------------------------------------------------------------- /Published/safe-hint/index.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnot/I-D/HEAD/Published/safe-hint/index.txt -------------------------------------------------------------------------------- /Published/site-meta/draft-nottingham-http-options-metadata-00.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnot/I-D/HEAD/Published/site-meta/draft-nottingham-http-options-metadata-00.txt -------------------------------------------------------------------------------- /Published/site-meta/draft-nottingham-site-meta-00.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnot/I-D/HEAD/Published/site-meta/draft-nottingham-site-meta-00.txt -------------------------------------------------------------------------------- /Published/site-meta/draft-nottingham-site-meta-00.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnot/I-D/HEAD/Published/site-meta/draft-nottingham-site-meta-00.xml -------------------------------------------------------------------------------- /Published/site-meta/draft-nottingham-site-meta-01.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnot/I-D/HEAD/Published/site-meta/draft-nottingham-site-meta-01.txt -------------------------------------------------------------------------------- /Published/site-meta/draft-nottingham-site-meta-01.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnot/I-D/HEAD/Published/site-meta/draft-nottingham-site-meta-01.xml -------------------------------------------------------------------------------- /Published/site-meta/draft-nottingham-site-meta-02-from-1.diff.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnot/I-D/HEAD/Published/site-meta/draft-nottingham-site-meta-02-from-1.diff.html -------------------------------------------------------------------------------- /Published/site-meta/draft-nottingham-site-meta-02.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnot/I-D/HEAD/Published/site-meta/draft-nottingham-site-meta-02.html -------------------------------------------------------------------------------- /Published/site-meta/draft-nottingham-site-meta-02.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnot/I-D/HEAD/Published/site-meta/draft-nottingham-site-meta-02.txt -------------------------------------------------------------------------------- /Published/site-meta/draft-nottingham-site-meta-02.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnot/I-D/HEAD/Published/site-meta/draft-nottingham-site-meta-02.xml -------------------------------------------------------------------------------- /Published/site-meta/draft-nottingham-site-meta-03.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnot/I-D/HEAD/Published/site-meta/draft-nottingham-site-meta-03.txt -------------------------------------------------------------------------------- /Published/site-meta/draft-nottingham-site-meta-03.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnot/I-D/HEAD/Published/site-meta/draft-nottingham-site-meta-03.xml -------------------------------------------------------------------------------- /Published/site-meta/draft-nottingham-site-meta-04-from-3.diff.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnot/I-D/HEAD/Published/site-meta/draft-nottingham-site-meta-04-from-3.diff.html -------------------------------------------------------------------------------- /Published/site-meta/draft-nottingham-site-meta-04.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnot/I-D/HEAD/Published/site-meta/draft-nottingham-site-meta-04.txt -------------------------------------------------------------------------------- /Published/site-meta/draft-nottingham-site-meta-04.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnot/I-D/HEAD/Published/site-meta/draft-nottingham-site-meta-04.xml -------------------------------------------------------------------------------- /Published/site-meta/draft-nottingham-site-meta-05-from-4.diff.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnot/I-D/HEAD/Published/site-meta/draft-nottingham-site-meta-05-from-4.diff.html -------------------------------------------------------------------------------- /Published/site-meta/draft-nottingham-site-meta-05.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnot/I-D/HEAD/Published/site-meta/draft-nottingham-site-meta-05.txt -------------------------------------------------------------------------------- /Published/site-meta/draft-nottingham-site-meta-05.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnot/I-D/HEAD/Published/site-meta/draft-nottingham-site-meta-05.xml -------------------------------------------------------------------------------- /Published/site-meta/rfc5785.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnot/I-D/HEAD/Published/site-meta/rfc5785.txt -------------------------------------------------------------------------------- /Published/site-meta/rfc5785.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnot/I-D/HEAD/Published/site-meta/rfc5785.xml -------------------------------------------------------------------------------- /Published/stale-controls/draft-nottingham-http-stale-controls-00.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnot/I-D/HEAD/Published/stale-controls/draft-nottingham-http-stale-controls-00.txt -------------------------------------------------------------------------------- /Published/stale-controls/draft-nottingham-http-stale-controls-00.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnot/I-D/HEAD/Published/stale-controls/draft-nottingham-http-stale-controls-00.xml -------------------------------------------------------------------------------- /Published/stale-controls/draft-nottingham-http-stale-if-error-00.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnot/I-D/HEAD/Published/stale-controls/draft-nottingham-http-stale-if-error-00.txt -------------------------------------------------------------------------------- /Published/stale-controls/draft-nottingham-http-stale-if-error-00.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnot/I-D/HEAD/Published/stale-controls/draft-nottingham-http-stale-if-error-00.xml -------------------------------------------------------------------------------- /Published/stale-controls/draft-nottingham-http-stale-if-error-01.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnot/I-D/HEAD/Published/stale-controls/draft-nottingham-http-stale-if-error-01.txt -------------------------------------------------------------------------------- /Published/stale-controls/draft-nottingham-http-stale-if-error-01.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnot/I-D/HEAD/Published/stale-controls/draft-nottingham-http-stale-if-error-01.xml -------------------------------------------------------------------------------- /Published/stale-controls/draft-nottingham-http-stale-if-error-02.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnot/I-D/HEAD/Published/stale-controls/draft-nottingham-http-stale-if-error-02.xml -------------------------------------------------------------------------------- /Published/structured-headers/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnot/I-D/HEAD/Published/structured-headers/Makefile -------------------------------------------------------------------------------- /Published/structured-headers/draft-nottingham-structured-headers-00.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnot/I-D/HEAD/Published/structured-headers/draft-nottingham-structured-headers-00.html -------------------------------------------------------------------------------- /Published/structured-headers/draft-nottingham-structured-headers-00.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnot/I-D/HEAD/Published/structured-headers/draft-nottingham-structured-headers-00.txt -------------------------------------------------------------------------------- /Published/structured-headers/draft-nottingham-structured-headers-00.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnot/I-D/HEAD/Published/structured-headers/draft-nottingham-structured-headers-00.xml -------------------------------------------------------------------------------- /Published/structured-headers/draft-nottingham-structured-headers-01.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnot/I-D/HEAD/Published/structured-headers/draft-nottingham-structured-headers-01.xml -------------------------------------------------------------------------------- /Published/structured-headers/draft.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnot/I-D/HEAD/Published/structured-headers/draft.md -------------------------------------------------------------------------------- /Published/structured-headers/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnot/I-D/HEAD/Published/structured-headers/index.html -------------------------------------------------------------------------------- /Published/structured-headers/index.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnot/I-D/HEAD/Published/structured-headers/index.txt -------------------------------------------------------------------------------- /Published/thanks-larry/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnot/I-D/HEAD/Published/thanks-larry/Makefile -------------------------------------------------------------------------------- /Published/thanks-larry/draft-nottingham-thanks-larry-00.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnot/I-D/HEAD/Published/thanks-larry/draft-nottingham-thanks-larry-00.html -------------------------------------------------------------------------------- /Published/thanks-larry/draft-nottingham-thanks-larry-00.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnot/I-D/HEAD/Published/thanks-larry/draft-nottingham-thanks-larry-00.txt -------------------------------------------------------------------------------- /Published/thanks-larry/draft-nottingham-thanks-larry-00.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnot/I-D/HEAD/Published/thanks-larry/draft-nottingham-thanks-larry-00.xml -------------------------------------------------------------------------------- /Published/thanks-larry/draft.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnot/I-D/HEAD/Published/thanks-larry/draft.md -------------------------------------------------------------------------------- /Published/thanks-larry/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnot/I-D/HEAD/Published/thanks-larry/index.html -------------------------------------------------------------------------------- /Published/thanks-larry/index.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnot/I-D/HEAD/Published/thanks-larry/index.txt -------------------------------------------------------------------------------- /Published/variants/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnot/I-D/HEAD/Published/variants/Makefile -------------------------------------------------------------------------------- /Published/variants/draft-nottingham-variants-00.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnot/I-D/HEAD/Published/variants/draft-nottingham-variants-00.html -------------------------------------------------------------------------------- /Published/variants/draft-nottingham-variants-00.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnot/I-D/HEAD/Published/variants/draft-nottingham-variants-00.txt -------------------------------------------------------------------------------- /Published/variants/draft-nottingham-variants-00.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnot/I-D/HEAD/Published/variants/draft-nottingham-variants-00.xml -------------------------------------------------------------------------------- /Published/variants/draft-nottingham-variants-01.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnot/I-D/HEAD/Published/variants/draft-nottingham-variants-01.html -------------------------------------------------------------------------------- /Published/variants/draft-nottingham-variants-01.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnot/I-D/HEAD/Published/variants/draft-nottingham-variants-01.txt -------------------------------------------------------------------------------- /Published/variants/draft-nottingham-variants-01.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnot/I-D/HEAD/Published/variants/draft-nottingham-variants-01.xml -------------------------------------------------------------------------------- /Published/variants/draft-nottingham-variants-02.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnot/I-D/HEAD/Published/variants/draft-nottingham-variants-02.html -------------------------------------------------------------------------------- /Published/variants/draft-nottingham-variants-02.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnot/I-D/HEAD/Published/variants/draft-nottingham-variants-02.txt -------------------------------------------------------------------------------- /Published/variants/draft-nottingham-variants-02.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnot/I-D/HEAD/Published/variants/draft-nottingham-variants-02.xml -------------------------------------------------------------------------------- /Published/variants/draft-nottingham-variants-03.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnot/I-D/HEAD/Published/variants/draft-nottingham-variants-03.xml -------------------------------------------------------------------------------- /Published/variants/draft.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnot/I-D/HEAD/Published/variants/draft.md -------------------------------------------------------------------------------- /Published/variants/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnot/I-D/HEAD/Published/variants/index.html -------------------------------------------------------------------------------- /Published/variants/index.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnot/I-D/HEAD/Published/variants/index.txt -------------------------------------------------------------------------------- /Published/xdash/.svn/all-wcprops: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnot/I-D/HEAD/Published/xdash/.svn/all-wcprops -------------------------------------------------------------------------------- /Published/xdash/.svn/entries: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnot/I-D/HEAD/Published/xdash/.svn/entries -------------------------------------------------------------------------------- /Published/xdash/.svn/text-base/draft-ietf-appsawg-xdash.xml.svn-base: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnot/I-D/HEAD/Published/xdash/.svn/text-base/draft-ietf-appsawg-xdash.xml.svn-base -------------------------------------------------------------------------------- /Published/xdash/draft-ietf-appsawg-xdash.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnot/I-D/HEAD/Published/xdash/draft-ietf-appsawg-xdash.xml -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /draft-nottingham-binary-structured-headers.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnot/I-D/HEAD/draft-nottingham-binary-structured-headers.md -------------------------------------------------------------------------------- /draft-nottingham-blocking-best-practices.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnot/I-D/HEAD/draft-nottingham-blocking-best-practices.md -------------------------------------------------------------------------------- /draft-nottingham-gateway-description.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnot/I-D/HEAD/draft-nottingham-gateway-description.md -------------------------------------------------------------------------------- /draft-nottingham-http-availability-hints.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnot/I-D/HEAD/draft-nottingham-http-availability-hints.md -------------------------------------------------------------------------------- /draft-nottingham-http-invalidation.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnot/I-D/HEAD/draft-nottingham-http-invalidation.md -------------------------------------------------------------------------------- /draft-nottingham-iab-age-restrictions.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnot/I-D/HEAD/draft-nottingham-iab-age-restrictions.md -------------------------------------------------------------------------------- /draft-nottingham-json-home.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnot/I-D/HEAD/draft-nottingham-json-home.md -------------------------------------------------------------------------------- /draft-nottingham-paid-crawl-reqs.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnot/I-D/HEAD/draft-nottingham-paid-crawl-reqs.md -------------------------------------------------------------------------------- /draft-nottingham-plan-b.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnot/I-D/HEAD/draft-nottingham-plan-b.md -------------------------------------------------------------------------------- /draft-nottingham-public-apis.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnot/I-D/HEAD/draft-nottingham-public-apis.md -------------------------------------------------------------------------------- /draft-nottingham-webbotauth-use-cases.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnot/I-D/HEAD/draft-nottingham-webbotauth-use-cases.md -------------------------------------------------------------------------------- /draft.tmpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnot/I-D/HEAD/draft.tmpl -------------------------------------------------------------------------------- /requirements.txt: -------------------------------------------------------------------------------- 1 | rfc-http-validate 2 | -------------------------------------------------------------------------------- /sf.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnot/I-D/HEAD/sf.json --------------------------------------------------------------------------------