Skip to content

Commit

Permalink
Merge pull request #22 from jchvz/master
Browse files Browse the repository at this point in the history
  • Loading branch information
glesica authored Dec 1, 2021
2 parents 803bb0f + 3115965 commit 2b6da15
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Neo4j.jl
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ end
function connheaders(c::Connection)
headers = Dict(
"Accept" => "application/json; charset=UTF-8",
"content-type" => "application/json",
"Host" => "$(c.host):$(c.port)")
if c.user != "" && c.password != ""
payload = "$(c.user):$(c.password)" |> base64encode
Expand Down

0 comments on commit 2b6da15

Please sign in to comment.