HTTP Builder的REST Client有一个闭包。我怎样才能知道这个闭包中有什么可用的:withRest
withRest(uri: domainName) { what,parameters,are,available,here ->
}
源代码在这里(第 80 行似乎是一个不错的起点)。
HTTP Builder的REST Client有一个闭包。我怎样才能知道这个闭包中有什么可用的:withRest
withRest(uri: domainName) { what,parameters,are,available,here ->
}
源代码在这里(第 80 行似乎是一个不错的起点)。