View Source Testcontainers.WaitStrategy.HttpWaitStrategy (testcontainers v1.0.0-beta)

Awaits a successful HTTP response from the container.

Summary

Functions

Creates a new HttpWaitStrategy to wait until a successful HTTP response is received from the container.

Functions

Link to this function

new(ip, port, path \\ "/", status_code \\ 200, timeout \\ 5000, retry_delay \\ 200)

View Source

Creates a new HttpWaitStrategy to wait until a successful HTTP response is received from the container.