mirror of
https://github.com/Kong/insomnia.git
synced 2026-04-22 23:28:33 -04:00
3 lines
86 B
Java
Executable File
3 lines
86 B
Java
Executable File
HttpResponse<String> response = Unirest.get("https://mockbin.com/har")
|
|
.asString();
|