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

Add hasFormMultipartContentType for checking Content-Type: multipart/form-data #2256

Merged
merged 1 commit into from
Jun 15, 2023
Merged

Conversation

abcpro1
Copy link
Contributor

@abcpro1 abcpro1 commented Jun 14, 2023

closes #2215.

Add hasFormMultipartContentType predicate for checking Content-Type: multipart/form-data.

There is already hasFormUrlencodedContentType, and hasJsonContentType predicates for checking Content-Type: application/x-www-form-urlencoded, and Content-Type: application/json respectively.

/claim #2215

…rt/form-data`

There is already `hasFormUrlencodedContentType`, and `hasJsonContentType` predicates
for checking `Content-Type: application/x-www-form-urlencoded`,
and `Content-Type: application/json` respectively.
@CLAassistant
Copy link

CLAassistant commented Jun 14, 2023

CLA assistant check
All committers have signed the CLA.

@codecov-commenter
Copy link

codecov-commenter commented Jun 15, 2023

Codecov Report

Patch coverage: 100.00% and project coverage change: -0.11 ⚠️

Comparison is base (1bc6079) 64.80% compared to head (6cbe89c) 64.70%.

❗ Your organization is not using the GitHub App Integration. As a result you may experience degraded service beginning May 15th. Please install the Github App Integration for your organization. Read more.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #2256      +/-   ##
==========================================
- Coverage   64.80%   64.70%   -0.11%     
==========================================
  Files         143      143              
  Lines        6572     6573       +1     
  Branches      248      241       -7     
==========================================
- Hits         4259     4253       -6     
- Misses       2313     2320       +7     
Impacted Files Coverage Δ
...rc/main/scala/zio/http/internal/HeaderChecks.scala 100.00% <100.00%> (ø)

... and 1 file with indirect coverage changes

☔ View full report in Codecov by Sentry.
📢 Do you have feedback about the report comment? Let us know in this issue.

@jdegoes jdegoes merged commit 13b501d into zio:main Jun 15, 2023
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.

Request is missing hasFormMultipartContentType
5 participants