HttpUtility
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.
## 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...
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) ```
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...