mirror of
https://github.com/Kong/insomnia.git
synced 2026-04-30 11:03:00 -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();
|