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
-
ClassDescriptionUsed to annotate annotations that are to be used for Test Class fields.Parametrisable representation of a response to an HTTP request.HTTP DELETE method.Provides test code access to HTTP Manager to execute HTTP requestsThis is a class to allow the HTTP manager implementations be used without the need for the manager to be active