Interface | Description |
---|---|
RequestHook | Authentication is implemented in form of HTTPRequest hooks. |
Class | Description |
---|---|
BasicAuthRequestHook | Authentication hook that adds 'Authorization: Basic ...' header |
BearerAuthRequestHook | Authentication hook that adds a predefined token as a 'Authorization: Bearer |
HTTPRequest | This class represents a composition of the HTTP request parts |
REST | REST is a configuration-driven wrapper for the groovyx.net.http.HTTPBuilder. |
RESTConfig |