mirror of
https://github.com/Kong/insomnia.git
synced 2026-04-22 23:28:33 -04:00
3 lines
119 B
Java
Executable File
3 lines
119 B
Java
Executable File
HttpResponse<String> response = Unirest.get("http://mockbin.com/har?foo=bar&foo=baz&baz=abc&key=value")
|
|
.asString();
|