Skip to content

Commit

Permalink
Merging from dart3a
Browse files Browse the repository at this point in the history
  • Loading branch information
alextekartik committed Nov 5, 2023
2 parents 52e383a + 43f88f8 commit 6f54769
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions http/lib/src/http_constant.dart
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,9 @@ const String httpContentTypeJson = 'application/json';
/// Http content type utf8.
const String httpContentTypeCharsetUtf8 = 'charset=utf-8';

/// URL encoded
const httpContentTypeWwwFormUrlEncoded = 'application/x-www-form-urlencoded';

/// Http content type html.
const String httpContentTypeHtml = 'text/html';

Expand Down

0 comments on commit 6f54769

Please sign in to comment.