When receiving https request, AnyProxy will call beforeDealHttpsRequest with param requestDetail. If configed with forceProxyHttps in launching, AnyProxy will skip calling this method. Only by returning true, AnyProxy will try to replace the certificate and intercept the https request.
Before sending request to server, AnyProxy will call beforeSendRequest with param requestDetail.
Before sending response to client, AnyProxy will call beforeSendResponse with param requestDetail responseDetail.
AnyProxy will call this method when failed to connect target server in https request.
AnyProxy will call this method when an error happened in request handling. Errors usually are issued during requesting, e.g. DNS failure, request timeout.
Generated using TypeDoc
Introduction of this rule file. AnyProxy will read this field and give some tip to user.