Skip to content

Releases: codecat15/HttpUtility

Creating public constructors

Choose a tag to compare

@codecat15 codecat15 released this 17 Feb 03:32
d955881
Merge pull request #20 from codecat15/minor-fixes

adding public constructors

minor fixes

Choose a tag to compare

@codecat15 codecat15 released this 16 Sep 01:52
2c66c68
Merge pull request #14 from codecat15/minor-fixes

updating the static property to public

updating the singleton from struct to class

Choose a tag to compare

@codecat15 codecat15 released this 16 Sep 01:32
904e497

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

Link: https://youtu.be/o04KTm5pAyk

adding support for multipart form data

Choose a tag to compare

@codecat15 codecat15 released this 06 Feb 04:56
9af1616

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

Choose a tag to compare

@codecat15 codecat15 released this 05 Jun 01:48
1.1.0

updating the access specifier

Making the init function public

Choose a tag to compare

@codecat15 codecat15 released this 05 Jun 01:27
1.0.1

updating the access of the init function

Initial release

Choose a tag to compare

@codecat15 codecat15 released this 05 Jun 00:33

Initial release of the HttpUtility to perform basic http operations