Add Operation1HTTPInputProtocol and Operation1HTTPOutputProtocol to support operation inputs and outputs composed of different parts of a HTTP1 request and response.
Issue #, if available: #5
Description of changes:
Add Operation1HTTPInputProtocol and Operation1HTTPOutputProtocol protocols with overloads of SmokeHTTP1HandlerSelector.addHandlerForUri to accept these protocols as input and output for operations. These are HTTP1-specific inputs and output that specifies how these types are composed from HTTP1 requests and responses (query, path, headers and body).
Enhance StandardSmokeHTTP1HandlerSelector to be able to select handlers based on tokenized paths.
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
Add Operation1HTTPInputProtocol and Operation1HTTPOutputProtocol to support operation inputs and outputs composed of different parts of a HTTP1 request and response.
Issue #, if available: #5
Description of changes:
Operation1HTTPInputProtocol
andOperation1HTTPOutputProtocol
protocols with overloads ofSmokeHTTP1HandlerSelector.addHandlerForUri
to accept these protocols as input and output for operations. These are HTTP1-specific inputs and output that specifies how these types are composed from HTTP1 requests and responses (query, path, headers and body).StandardSmokeHTTP1HandlerSelector
to be able to select handlers based on tokenized paths.By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.