Skip to content

Commit

Permalink
Merge pull request #99 from kobussch/HTTPimport
Browse files Browse the repository at this point in the history
Change from using HTTP to import HTTP to prevent conflict with HTTP.s…
  • Loading branch information
jpsamaroo authored Nov 20, 2019
2 parents 80e0567 + 960e953 commit 5e2a060
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion src/basics.jl
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
using Lazy, HTTP
using Lazy

import HTTP
import HTTP.Request

export respond, mux
Expand Down
2 changes: 1 addition & 1 deletion src/routing.jl
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
using HTTP
import HTTP

export method, GET, route, page, probabilty, query

Expand Down

0 comments on commit 5e2a060

Please sign in to comment.