Package groovy.http


package groovy.http
  • Annotation Interfaces
    Class
    Description
    Marks a method parameter as the HTTP request body.
    Marks a method parameter as a plain text request body.
    Marks an interface method as an HTTP DELETE request.
    Marks a method as sending a form-encoded POST body.
    Marks an interface method as an HTTP GET request.
    Declares a default HTTP header.
    Container annotation for repeatable Header annotations.
    Marks an interface as a declarative HTTP client.
    Marks an interface method as an HTTP PATCH request.
    Marks an interface method as an HTTP POST request.
    Marks an interface method as an HTTP PUT request.
    Marks a method parameter as an HTTP query parameter.
    Overrides the request timeout for a specific method in an HttpBuilderClient interface.