├── .github ├── CONTRIBUTING.md └── ISSUE_TEMPLATE │ ├── modification-request.md │ └── registration-request.md └── README.md /.github/CONTRIBUTING.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/protocol-registries/http-fields/HEAD/.github/CONTRIBUTING.md -------------------------------------------------------------------------------- /.github/ISSUE_TEMPLATE/modification-request.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/protocol-registries/http-fields/HEAD/.github/ISSUE_TEMPLATE/modification-request.md -------------------------------------------------------------------------------- /.github/ISSUE_TEMPLATE/registration-request.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/protocol-registries/http-fields/HEAD/.github/ISSUE_TEMPLATE/registration-request.md -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/protocol-registries/http-fields/HEAD/README.md --------------------------------------------------------------------------------