Module tlsn_prover::http
source · Expand description
HTTP Prover.
An HTTP prover can be created from a TLS Prover
, after the TLS connection has been closed, by calling the
to_http
method.
The HttpProver
provides higher-level APIs for committing and proving data communicated during an HTTP connection.
Modules
- HTTP prover state.
Structs
- Builder for commitments to data in an HTTP connection.
- Builder for proofs of data in an HTTP connection.
- An HTTP prover.
- Builder for commitments to an HTTP request.
- Builder for commitments to an HTTP response.
- A JSON body
- Builder for commitments to a JSON value.
- Builder for proofs of a JSON value.
- A notarized HTTP session.
Enums
- HTTP commitment builder error.
- HTTP proof builder error.
- HTTP prover error.
- JSON commitment builder error.
- JSON proof builder error.