Skip to content

Implement BodyTransformer Handler #20

Description

@KalevGonvick

Feature Summary

Handler to modify an in-flight request/response .

Feature Requirements

  • Option to specify what transformation is going to happen.
  • Option to chain multiple transformations in-order.
  • Option to add custom transformers (BONUS)

Sample Input & Output

Input:

{
    "bookstore": {
        "book": {
            "title": "Wow! A Book!",
        }
    }
}

Output:

<?xml version="1.0" encoding="UTF-8" ?>
 <root>
     <bookstore>
         <book>
             <title>Wow! A Book!</title>
         </book>
     </bookstore>
 </root>

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions