mirror of
https://github.com/alibaba/anyproxy.git
synced 2025-07-29 09:27:42 +00:00
add a lock icon for https request
This commit is contained in:
@@ -115,6 +115,7 @@ function normalizeInfo(id,info){
|
||||
singleRecord.reqHeader = info.req.headers;
|
||||
singleRecord.startTime = info.startTime;
|
||||
singleRecord.reqBody = info.reqBody || "";
|
||||
singleRecord.protocol = info.protocol;
|
||||
|
||||
//res
|
||||
if(info.endTime){
|
||||
|
@@ -31,6 +31,7 @@ function userRequestHandler(req,userRes){
|
||||
host : host,
|
||||
method : req.method,
|
||||
path : path,
|
||||
protocol : protocol,
|
||||
url : protocol + "://" + host + path,
|
||||
req : req,
|
||||
startTime : new Date().getTime()
|
||||
|
Reference in New Issue
Block a user