We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
post
1 parent 87d4379 commit 74a4371Copy full SHA for 74a4371
lib/src/client.dart
@@ -45,9 +45,11 @@ abstract class Client {
45
/// URL.
46
///
47
/// [body] sets the body of the request. It can be a [String], a [List<int>]
48
- /// or a [Map<String, String>]. If it's a String, it's encoded using
49
- /// [encoding] and used as the body of the request. The content-type of the
50
- /// request will default to "text/plain".
+ /// or a [Map<String, String>].
+ ///
+ /// If [body] is a String, it's encoded using [encoding] and used as the body
51
+ /// of the request. The content-type of the request will default to
52
+ /// "text/plain".
53
54
/// If [body] is a List, it's used as a list of bytes for the body of the
55
/// request.
0 commit comments