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: omit content-type header when no parameters are present #1169

Merged
merged 1 commit into from
Oct 15, 2024

Conversation

tangcent
Copy link
Owner

@tangcent tangcent commented Oct 9, 2024

close #1167

Copy link

codecov bot commented Oct 9, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 62.744%. Comparing base (bf67a5c) to head (5e9c24c).
Report is 1 commits behind head on master.

Additional details and impacted files

Impacted file tree graph

@@               Coverage Diff               @@
##              master     #1169       +/-   ##
===============================================
- Coverage     62.756%   62.744%   -0.012%     
+ Complexity      2374      2373        -1     
===============================================
  Files            255       255               
  Lines          12335     12331        -4     
  Branches        3030      3029        -1     
===============================================
- Hits            7741      7737        -4     
  Misses          3009      3009               
  Partials        1585      1585               
Flag Coverage Δ
unittests 62.744% <ø> (-0.012%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

Files with missing lines Coverage Δ
...dea/plugin/api/export/core/RequestClassExporter.kt 60.412% <ø> (-0.359%) ⬇️

Continue to review full report in Codecov by Sentry.

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

@tangcent tangcent merged commit 85eb47a into master Oct 15, 2024
10 checks passed
@tangcent tangcent deleted the feature/content-type branch October 15, 2024 23:31
@tangcent tangcent mentioned this pull request Oct 25, 2024
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.

[Bug] POST请求没有参数时,依然有Content-type请求头
1 participant