core/http/parodia_http library

Classes

ParodiaHTTP
This class provides a common structure for making HTTP requests, including setting headers and handling different types of requests. It uses the Dio package to make the requests. Provides methods to make GET, POST, PUT, and DELETE requests to a specified path. It returns a ResponseModel object, which can be used to check the status code and message of the response, and to access the data.