mirror of
https://github.com/wanghongenpin/proxypin.git
synced 2026-05-20 16:15:47 +08:00
headers默认展开配置
This commit is contained in:
@@ -2,7 +2,7 @@ import 'dart:typed_data';
|
||||
|
||||
///类似于netty ByteBuf
|
||||
class ByteBuf {
|
||||
BytesBuilder _buffer = BytesBuilder();
|
||||
final BytesBuilder _buffer = BytesBuilder();
|
||||
int readerIndex = 0;
|
||||
|
||||
Uint8List get bytes => _buffer.toBytes();
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
// ignore_for_file: constant_identifier_names
|
||||
// ignore_for_file: constant_identifier_names, depend_on_referenced_packages
|
||||
|
||||
import 'dart:convert';
|
||||
import 'dart:typed_data';
|
||||
|
||||
Reference in New Issue
Block a user