http body charset && script add rawBody byte array (#304)

This commit is contained in:
wanghongenpin
2024-09-14 00:47:31 +08:00
parent 5979bd5c7e
commit eef651d286
16 changed files with 321 additions and 60 deletions

View File

@@ -1,6 +1,9 @@
import 'dart:io';
main() async {
var contentType = ContentType.parse("application/json");
print(contentType);
print(contentType.charset);
print(Uri.parse("https://www.v2ex.com").scheme);
// await socketTest();
await webTest();