PHP Tebru\Retrofit\Annotation Namespace

Nested Namespaces

Tebru\Retrofit\Annotation\Serializer

Classes

Name Description
BaseUrl Class BaseUrl
Body Define the body of the HTTP request.
DELETE Defines an HTTP DELETE request type to a REST path relative to base URL.
FormUrlEncoded Indicates that the body of the request should be application/x-www-form-urlencoded
GET Defines an HTTP GET request type to a REST path relative to base URL.
HEAD Defines an HTTP HEAD request type to a REST path relative to base URL.
Header Represents an HTTP header name/value pair to be attached to the request.
Headers Adds headers literally supplied in the value.
HttpRequest Parent class for Http request annotations.
JsonBody Indicates that the body of the request should be serialized into JSON.
Multipart Indicates that the body of the request should be multipart encoded
OPTIONS Defines an HTTP OPTIONS request type to a REST path relative to base URL.
PATCH Defines an HTTP PATCH request type to a REST path relative to base URL.
POST Defines an HTTP POST request type to a REST path relative to base URL.
PUT Defines an HTTP PUT request type to a REST path relative to base URL.
Part Denotes a single part of a multi-part request.
Query Query parameter appended to the URL.
QueryMap Query parameter keys and values appended to the URL.
ResponseType Class ResponseType
Returns Defines what type of object a request returns, so that it may be deserialized.
VariableMapper Class VariableMapper