# texture v1.2.0 - Table of Contents

> A collection of structured text parsers.

## Modules

- [Texture.HttpStructuredField](Texture.HttpStructuredField.md): HTTP Structured Field parser implementation following RFC 9651 (which
obsoletes RFC 8941).
- [Texture.UriTemplate](Texture.UriTemplate.md): URI Template parser implementation following RFC 6570 (levels 1–4).

- Exceptions
  - [Texture.HttpStructuredField.Parser.Error](Texture.HttpStructuredField.Parser.Error.md): Exception raised when a structured field cannot be parsed.
  - [Texture.UriTemplate.TemplateMatchError](Texture.UriTemplate.TemplateMatchError.md): Error raised when a URL cannot be matched against a URI template.

