mirror of
https://github.com/Kong/insomnia.git
synced 2026-04-22 23:28:33 -04:00
4 lines
126 B
Java
Executable File
4 lines
126 B
Java
Executable File
HttpResponse<String> response = Unirest.post("http://mockbin.com/har")
|
|
.header("cookie", "foo=bar; bar=baz")
|
|
.asString();
|