xanno library

Classes

Body
Use this annotation on a service method param when you want to directly control the request body of a POST/PUT request (instead of sending in as request parameters or form-style request body).
CancelRequest
DELETE
DioOptions
DioResponseType
Extra
Extra data that will be passed to dio's request, response, transformer and interceptors.
Field
Named pair for a form request.
FormUrlEncoded
Denotes that the request body will use form URL encoding. Fields should be declared as parameters and annotated with Field.
GApi
GAssets
GColor
GEntity
GET
GFormatter
GIconfont
GJenkinsfile
GProject
GRoute
GSize
Replaces the header with the value of its target.
Headers
Adds headers specified in the value map.
HttpMethod
HttpResponse<T>
Interface
Method
MultiPart
Denotes that the request body is multi-part. Parts should be declared as parameters and annotated with Part.
OPTIONS
Part
Denotes a single part of a multi-part request. Part parameters may not be null.
PATCH
Path
Named replacement in a URL path segment.
POST
PUT
Queries
Query parameter keys and values appended to the URL.
Query
Query parameter appended to the URL.
ReceiveProgress
SendProgress