Module serve

Module serve 

Source
Expand description

Test tools for serving TUF repositories.

Modules§

responder
HttpResponder implementations

Structs§

HttpRange
Parsed value of an HTTP request “Range” headers
ServedRepository
A Repository being served over HTTP.
ServedRepositoryBuilder
A builder to construct a test repository server.

Enums§

Domain
Domains with known keys and certificates for testing.

Traits§

HttpResponder
Override how a ServedRepository responds to requests. Useful for injecting failures.