allowedPayloadMethods constant

List<RequestMethods> const allowedPayloadMethods

Taken from BaseOptions. The default methods that are considered to have a payload. Only for these methods a default content-type header is added, if no specified.

Implementation

static const allowedPayloadMethods = [post, put, patch, delete];