Module tree

Source
Expand description

The Tree module contains functions and builders for managing certified HttpRequest and HttpResponse pairs in a purpose-build HTTP certification data structure.

Certifications are prepared using the HttpCertification enum.

Structsยง

HttpCertification
A certified HttpRequest and HttpResponse pair.
HttpCertificationPath
A path to an HttpCertification in an HttpCertificationTree.
HttpCertificationTree
A certification tree for generic HTTP requests.
HttpCertificationTreeEntry
An entry in an HttpCertificationTree.