mirror of
https://github.com/wanghongenpin/proxypin.git
synced 2026-05-20 16:15:47 +08:00
手机端增加历史记录功能
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
import 'dart:convert';
|
||||
import 'dart:io';
|
||||
|
||||
import 'package:network_proxy/network/host_port.dart';
|
||||
import 'package:network_proxy/network/http/http.dart';
|
||||
|
||||
class Har {
|
||||
@@ -118,6 +119,7 @@ class Har {
|
||||
|
||||
httpRequest.response = httpResponse;
|
||||
httpResponse?.request = httpRequest;
|
||||
httpRequest.hostAndPort = HostAndPort.of(httpRequest.requestUrl);
|
||||
return httpRequest;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user