Skip to content

Commit

Permalink
docs: mention HTTP(s) wait strategy (#660)
Browse files Browse the repository at this point in the history
  • Loading branch information
DDtKey authored Jun 15, 2024
1 parent 10cf094 commit 0595a66
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/features/wait_strategies.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ enum with the following variants:
* `StdOutMessage` - wait for a specific message to appear on the container's stdout
* `StdErrMessage` - wait for a specific message to appear on the container's stderr
* `Healthcheck` - wait for the container to be healthy
* `Http` - wait for an HTTP(S) response with predefined conditions (see [`HttpWaitStrategy`](https://docs.rs/testcontainers/latest/testcontainers/core/wait/struct.HttpWaitStrategy.html) for more details)
* `Duration` - wait for a specific duration. Usually less preferable and better to combine with other strategies.

[`Image`](https://docs.rs/testcontainers/latest/testcontainers/core/trait.Image.html) implementation
Expand Down

0 comments on commit 0595a66

Please sign in to comment.