mirror of
https://github.com/wanghongenpin/proxypin.git
synced 2026-06-01 17:15:48 +08:00
http body charset && script add rawBody byte array (#304)
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user