Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(response): support XML content type inference #44

Merged
merged 1 commit into from Oct 4, 2023

Conversation

bradcypert
Copy link
Contributor

Attempt to parse body as XML in certain scenarios and infer content type off of successful parsing.

fix #8

Attempt to parse body as XML in certain scenarios and infer content type off of successful parsing.

fix #8
@codecov
Copy link

codecov bot commented Oct 4, 2023

Codecov Report

All modified lines are covered by tests ✅

Comparison is base (d845589) 83.11% compared to head (4694674) 83.22%.
Report is 1 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main      #44      +/-   ##
==========================================
+ Coverage   83.11%   83.22%   +0.11%     
==========================================
  Files          12       12              
  Lines         302      304       +2     
==========================================
+ Hits          251      253       +2     
  Misses         51       51              
Files Coverage Δ
lib/router/response.dart 80.00% <100.00%> (+0.83%) ⬆️

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@bradcypert bradcypert merged commit 61f8180 into main Oct 4, 2023
3 checks passed
@bradcypert bradcypert deleted the support-xml-content-inference branch October 4, 2023 23:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add XML to content inference
1 participant