You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Content-type header does not contain the value in the first position
Content-type header contains multiple values and the value in the first position is not found in the ContentType enum, the other values should be tested
The text was updated successfully, but these errors were encountered:
Added logic to parsing the Content-Type http header to use a dictionary
for lookups, cache results for future lookups and check all values when
multiple values are provided for a match.
Added dictionary for http method lookups.
Fixes#136
Added logic to parsing the Content-Type http header to use a dictionary
for lookups, cache results for future lookups and check all values when
multiple values are provided for a match.
Added dictionary for http method lookups.
Fixes#136
Added logic to parsing the Content-Type http header to use a dictionary
for lookups, cache results for future lookups and check all values when
multiple values are provided for a match.
Added dictionary for http method lookups.
Fixes#136
Add logic to resolve the following scenarios:
The text was updated successfully, but these errors were encountered: