Skip to content

Commit

Permalink
feat: add application/x-www-form-urlencoded constant
Browse files Browse the repository at this point in the history
  • Loading branch information
alextekartik committed Oct 9, 2023
1 parent d58bf48 commit 43f88f8
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 43f88f8

Please sign in to comment.