json_response_network 1.0.0 json_response_network: ^1.0.0 copied to clipboard
A simple http client for those servers which respond in json format.
1.0.0 #
- Three functions for basic network requests are included;
- get() for GET request
- post() for POST request
- multipart() for POST request with multipart data.