WebClient client = WebClient.create("http://example.com/resource"); Mono<String> response = client.post() .uri("/resource") .accept(MediaType.APPLICATION_JSON) ...
確定! 回上一頁