Skip to content

Add support for XML encoding to the KrakenD framework

License

Notifications You must be signed in to change notification settings

kyawmyintthein/krakend-xml

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Krakend XML

Enable XML encoding in the Lura Project Add heading XML tag

Documentation

For more details, check the auto-generated documentation: https://godoc.org/github.com/devopsfaith/krakend-xml

Using it

Just register the module before parsing your config and everything will work smoothly

xml.Register()

Build the example

Go 1.8 is a requirement

$ make

Run

Running it as a common executable, logs are send to the stdOut and some options are available at the CLI

$ ./krakend_xml_example
Usage of ./krakend_xml_example:
  -c string
    	Path to the configuration filename (default "/etc/krakend/configuration.json")
  -d	Enable the debug
  -p int
    	Port of the service

About

Add support for XML encoding to the KrakenD framework

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Go 93.3%
  • Makefile 6.7%