Struct pact_verifier::callback_executors::HttpRequestProviderStateExecutor[][src]

pub struct HttpRequestProviderStateExecutor {
    pub state_change_url: Option<String>,
    pub state_change_teardown: bool,
    pub state_change_body: bool,
}
Expand description

Default provider state callback executor, which executes an HTTP request

Fields

state_change_url: Option<String>

URL to post state change requests to

state_change_teardown: bool

If teardown state change requests should be made (default is false)

state_change_body: bool

If state change request data should be sent in the body (true) or as query parameters (false)

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Formats the value using the given formatter. Read more

Create a default executor

Invoke the callback for the given provider state, returning an optional Map of values

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Instruments this type with the provided Span, returning an Instrumented wrapper. Read more

Instruments this type with the current Span, returning an Instrumented wrapper. Read more

Performs the conversion.

The resulting type after obtaining ownership.

Creates owned data from borrowed data, usually by cloning. Read more

🔬 This is a nightly-only experimental API. (toowned_clone_into)

recently added

Uses borrowed data to replace owned data, usually by cloning. Read more

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.