jembi / openhim-mediator-mapping

An OpenHIM mediator for mapping incoming content to a different format
https://jembi.github.io/openhim-mediator-mapping/
MIT License
3 stars 6 forks source link

Add a header to indicate the origin of the request/response in order … #172

Open michaelloosen opened 2 years ago

michaelloosen commented 2 years ago

…to form the body in a more readable manner

Currently the recursion of the mediator causes the response to return a body that is very large and difficult to read OHIE-535

codecov[bot] commented 2 years ago

Codecov Report

Merging #172 (ee1d891) into master (82501df) will increase coverage by 0.00%. The diff coverage is 100.00%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #172   +/-   ##
=======================================
  Coverage   97.15%   97.16%           
=======================================
  Files          21       21           
  Lines         950      951    +1     
=======================================
+ Hits          923      924    +1     
  Misses         27       27           
Impacted Files Coverage Δ
src/middleware/parser.js 100.00% <ø> (ø)
src/constants.js 100.00% <100.00%> (ø)
src/middleware/externalRequests.js 98.21% <100.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 82501df...ee1d891. Read the comment docs.