Skip to content

Commit

Permalink
Http.jl (#89)
Browse files Browse the repository at this point in the history
* Use HTTP.jl

* Support SSLContext

* Get tests to pass

* Fix chat example

* examples/server.jl is working.

* Restrict tests to Julia v0.6 (v0.5 no longer supported).

* Almost done. Last test is nearly passing...

* Fix REQUIRE for appveyor / travis

* Add test/REQUIRE
  • Loading branch information
Eric Forgy authored and hustf committed Feb 17, 2018
1 parent 1dd534b commit 86c57ff
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
3 changes: 2 additions & 1 deletion REQUIRE
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
julia 0.6
HTTP
MbedTLS
Requires
3 changes: 3 additions & 0 deletions test/REQUIRE
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
HTTP
HttpServer
JSON

0 comments on commit 86c57ff

Please sign in to comment.