recordRequest

fun recordRequest(id: String, url: String, method: String, headers: Map<String, List<String>>, body: String?)

发送请求信息到记录器中

Parameters

id

请求的唯一标识符

url

请求URL地址

method

请求方法

headers

请求头

body

请求体