Package dev.galasa.http


package dev.galasa.http
HTTP Client Manager
Description:
This Manager provides a variety of common HTTP client operations you can use in your tests. For example, you can use this Manager in a test where you want to determine if a particular web page contains (or does not contain) some specific content. This is exactly how it is used in the Docker Manager IVT (Installation Verification Test). As well as providing client functionality to people who write tests, it may also be used internally by other Managers to enrich their range of offered services. This Manager supports outbound HTTP calls, JSON requests, HTTP file transfer and Web Services calls. SSL is supported. You can view the Javadoc documentation for the Manager here.

Galasa Manager:
HTTP Client
Release State:
Release