Skip to content

Releases: codecat15/HttpUtility

Creating public constructors

17 Feb 03:32
d955881
Compare
Choose a tag to compare
Merge pull request #20 from codecat15/minor-fixes

adding public constructors

minor fixes

16 Sep 01:52
2c66c68
Compare
Choose a tag to compare
Merge pull request #14 from codecat15/minor-fixes

updating the static property to public

updating the singleton from struct to class

16 Sep 01:32
904e497
Compare
Choose a tag to compare

Detailed reason for why this change is made is explained in this video

Link: https://youtu.be/o04KTm5pAyk

adding support for multipart form data

06 Feb 04:56
9af1616
Compare
Choose a tag to compare

In this release we have the following

  1. Support for multipart form post requests
  2. Made the utility singleton
  3. Created the HURequest object
  4. Added more property to the HUNetworkError for better debugging

updating the access specifier

05 Jun 01:48
Compare
Choose a tag to compare
1.1.0

updating the access specifier

Making the init function public

05 Jun 01:27
Compare
Choose a tag to compare
1.0.1

updating the access of the init function

Initial release

05 Jun 00:33
Compare
Choose a tag to compare

Initial release of the HttpUtility to perform basic http operations