HttpUtility icon indicating copy to clipboard operation
HttpUtility copied to clipboard

HttpUtility is an open source MIT license project which is helpful in making HTTP requests and returns a decoded object from server. Right now this utility only parses JSON.

Results 5 HttpUtility issues
Sort by recently updated
recently updated
newest added

## Pull Request Details This pull request introduces several changes to enhance the project: ### 1. **HttpRequestHandler Class Addition** - **Description:** Added a new `HttpRequestHandler` class responsible for managing HTTP...

Need to add support for SPM

feature-request

The user should be able to add a configuration with the details of SSL pinning to the utility something like this ``` let utility = HttpUtility.shared utility.sslConfiguration = HUSSLConfiguration(some-ssl-details) ```

feature-request

The utility should be able to upload multiple images parallelly and must return the URL link of those images to the end-user. The images can be uploaded in multiform, byte...

feature-request