Enhancements to HTTPContext

* Default port is no 80.
* Support for HTTP Basic Authentication.
* Support for HTTPS.
* Support for Content-Type. Defaults to "applicaion/json" but also supports
  passing a map to be encoded as "application/x-www-form-urlencoded".
This commit is contained in:
Jonathan Bernard
2014-09-21 07:05:52 -05:00
parent 3929968af1
commit 0494b53108
2 changed files with 91 additions and 11 deletions

View File

@ -1,6 +1,6 @@
#Sat, 21 Sep 2013 02:27:46 -0500
#Sun, 21 Sep 2014 03:05:17 -0500
name=jdb-util
version=2.2
version=2.3
lib.local=true
build.number=8
build.number=9