req icon indicating copy to clipboard operation
req copied to clipboard

feat: Add body formatting support for request and response dumps

Open bingoohuang opened this issue 9 months ago • 0 comments

  • Introduce BodyFormatter interface and BodyFormatterFunc for custom dump body formatting
  • Update DumpOptions to include RequestBodyFormat and ResponseBodyFormat
  • Modify dump methods to support optional body formatting
  • Add test case for body formatting in client_test.go
  • Update internal dump package to handle body formatting

bingoohuang avatar Mar 12 '25 09:03 bingoohuang