fn: URL parsing updates to fix json request_url (#657)

*) Updated fn-test-utils to latest fdk-go
*) Added hot-json to runner tests
*) Removed anon function in FromRequest which had
a side effect to set req.URL.Host. This is now more
explicit and eliminates some corresponding logic in
protocol http.
*) in gin, http request RequestURI is not set, removed
code that references this. (use Call.URL instead)
This commit is contained in:
Tolga Ceylan
2018-01-08 10:28:50 -08:00
committed by GitHub
parent b34a31aacc
commit 6f1f5e365d
7 changed files with 52 additions and 58 deletions

View File

@@ -5,7 +5,7 @@
branch = "master"
name = "github.com/fnproject/fdk-go"
packages = ["."]
revision = "ce12b15e559bb56980c4134cbeadb99db9cd563a"
revision = "2d62538bfa636d3135c957ec7b78f2bedeeffa3d"
[solve-meta]
analyzer-name = "dep"