HttpMethod¶ export const HttpMethod = { Allowed HTTP methods for uploading data. Mirrors Flutter's HttpConfig.method and native support. Members¶ Patch¶ HTTP PATCH method. Post¶ HTTP POST method. Put¶ HTTP PUT method.