Skip to content

DanielDanteDosSantosViana/gatewaymwebg

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Gatewaymwebg

Gateway MWEBG to redirect requests to a given server.

Build Status

Instalation

   go install ../gatewaymwebg/

Configuration

To configuration you need create one file in root directory with name config.toml. example config file :

[[services]]
urlDest = "http://danielddsv.com.br/movie_store"
urlSrc = "/exemplo1"
host ="localhost"
method = "GET"
type = "json/application"
queryParam =""

##Note: Description about a parameters in file configuration

urlDest -> Url that represent redirect to the destination
ulrSrc -> path parameter(key) that you need to send and redirect to urlDest
host -> host to Dest
method -> method http that represent service(urldest)
type -> type param that a service need

About

Gateway MWEBG to redirect requests to a given server.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages