AlexandruBurlacu / distributed-systems-labs

See the name
MIT License
0 stars 0 forks source link

Accept Header Support (JSON or XML) #5

Closed AlexandruBurlacu closed 5 years ago

AlexandruBurlacu commented 5 years ago

Implement the possibility to choose between XML and JSON output when making a request to the system. Most probably should be implemented as an if/cond in the Proxy Server, that will do the conversion from JSON to XML when necessary.