Closed GoogleCodeExporter closed 9 years ago
This is already possible but perhaps it's not obvious. You can do like this:
List<Header> linkHeaders = get("/something").headers().getList("Link");
or
List<String> linkHeaderValues = get("/something").headers().getValues("Link");
Original comment by johan.ha...@gmail.com
on 22 May 2013 at 9:59
Original issue reported on code.google.com by
Heiko.Ru...@googlemail.com
on 22 May 2013 at 9:07