Zato 3.1 includes new means to manage access to REST services based on input Method and Accept headers in HTTP requests — here is how they can be employed in practice.
Background
Prior to Zato 3.1, you could always build a REST API reacting to individual HTTP verbs by implementing handle_VERB methods in services, such as:
Zato 3.1 includes new means to manage access to REST services based on input Method and Accept headers in HTTP requests — here is how they can be employed in practice.
Background
Prior to Zato 3.1, you could always build a REST API reacting to individual HTTP verbs by implementing handle_VERB methods in services, such as: […]