ahmadnassri/httpsnippet

View on GitHub
src/targets/java/unirest/fixtures/cookies.java

Summary

Maintainability
A
0 mins
Test Coverage
HttpResponse<String> response = Unirest.post("http://mockbin.com/har")
  .header("cookie", "foo=bar; bar=baz")
  .asString();