Releases: codecat15/HttpUtility
Releases · codecat15/HttpUtility
Creating public constructors
minor fixes
Merge pull request #14 from codecat15/minor-fixes updating the static property to public
updating the singleton from struct to class
Detailed reason for why this change is made is explained in this video
adding support for multipart form data
In this release we have the following
- Support for multipart form post requests
- Made the utility singleton
- Created the HURequest object
- Added more property to the HUNetworkError for better debugging
updating the access specifier
1.1.0 updating the access specifier
Making the init function public
1.0.1 updating the access of the init function
Initial release
Initial release of the HttpUtility to perform basic http operations