Interface | Description |
---|---|
HttpTraceRepository |
A repository for
HttpTrace s. |
TraceableRequest |
A representation of an HTTP request that is suitable for tracing.
|
TraceableResponse |
A representation of an HTTP response that is suitable for tracing.
|
Class | Description |
---|---|
HttpExchangeTracer |
Traces an HTTP request-response exchange.
|
HttpTrace |
A trace event for handling of an HTTP request and response exchange.
|
HttpTrace.Principal |
Principal associated with an HTTP request-response exchange.
|
HttpTrace.Request |
Trace of an HTTP request.
|
HttpTrace.Response |
Trace of an HTTP response.
|
HttpTrace.Session |
Session associated with an HTTP request-response exchange.
|
HttpTraceEndpoint | |
HttpTraceEndpoint.HttpTraceDescriptor |
A description of an application's
HttpTrace entries. |
InMemoryHttpTraceRepository |
In-memory implementation of
HttpTraceRepository . |
Enum | Description |
---|---|
Include |
Include options for HTTP tracing.
|
HttpTraceRepository