http_api library

Classes

Body
BodyPart
Automatically generate a Map of all @BodyPart and used as Body. This is a useful when a request body is very simple and you don't wanna define a Request Model.
DELETE
Field
FormUrlEncoded
@author xiao @date 2022/12
FromJson
GET
HttpApi<@required RESPONSE>
HttpOptions
Method
@author xiao @date 2022/12
PATCH
Path
POST
PUT
Query
RestApi
@author xiao @date 2022/12

Properties

requestMethods List<Type>
final

Typedefs

FromJsonTransform<T> = T Function(dynamic json)
@author xiao @date 2022/12