Skip to content
This repository has been archived by the owner on Aug 25, 2021. It is now read-only.

feat: record http client response data #238

Merged
merged 1 commit into from
Apr 25, 2018

Conversation

mariodu
Copy link
Member

@mariodu mariodu commented Apr 25, 2018

  • record http client response data(recordResponse), default is false.
  • support custom response data format(bufferTransformer), default is
buffer.toString('utf8');

@codecov-io
Copy link

codecov-io commented Apr 25, 2018

Codecov Report

Merging #238 into master will decrease coverage by <.01%.
The diff coverage is 82.6%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #238      +/-   ##
==========================================
- Coverage   80.59%   80.59%   -0.01%     
==========================================
  Files         190      190              
  Lines        6389     6425      +36     
  Branches      864      871       +7     
==========================================
+ Hits         5149     5178      +29     
- Misses        856      862       +6     
- Partials      384      385       +1
Impacted Files Coverage Δ
packages/hook/src/patch/HttpClient.ts 95% <ø> (-0.24%) ⬇️
...ges/hook/src/patch/shimmers/http-client/Shimmer.ts 81.96% <82.6%> (+1.77%) ⬆️
.../pandora/src/application/ProcessContextAccessor.ts 92.5% <0%> (-7.5%) ⬇️
packages/pandora/src/Facade.ts 40% <0%> (ø) ⬆️

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 d56e61f...b5e1a29. Read the comment docs.

@czy88840616 czy88840616 merged commit ec051bf into master Apr 25, 2018
@czy88840616 czy88840616 deleted the feat/record_http_response branch April 25, 2018 10:23
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
3 participants