hostmenow
Results
1
issues of
hostmenow
HTTP Interfaces are great but it's impossible to replace pure RestClient calls in all cases. For instance, code like ```java restClient.put() .uri(...) .body(body -> { //use body as OutputStream })...
in: web
type: enhancement