Skip to content

Development - HttpExchangeRepository expose request and response body into RecordableServletHttpRequest/RecordableServletHttpResponse #48318

@robertonav20

Description

@robertonav20

Hi,
i developed many spring boot microservice and every time is too hard understand in the cloud what's happen when application receive an http call (DEV/QA environment).
So i spot HttpExchangeRepository which could be a good tool to see what application receive and send back to client, but unfortunately there isn't request/response body.

I saw classes below classes and i think could be easy to add this feature

  • HttpExchange
  • RecordableHttpRequest
  • RecordableHttpResponse

This kind of feature, in my mind, is just for DEV or QA env not Production of course for many many reasons.
Could be very usefule to have it driven by a config property.

Thanks in advance

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions