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