0
I Use This!
Very Low Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Dec 24, 2024 — Dec 24, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
update copyright More... about 12 years ago
never throw MalformedURLException again. Helper class to create a URL and throw a RuntimeException rather than a checked exception More... about 12 years ago
copying over headers when following sequential links More... about 12 years ago
adding sequential link iterator More... about 12 years ago
basic link parser More... about 12 years ago
adding get on Headers interface More... about 12 years ago
updating apache client jar version to 4.2.5 More... over 12 years ago
adding support for the HttpResponse object to return the originating request URL. I'd prefer to return a HttpRequest object but this is quick win as I only need the Url for now More... over 12 years ago
updating README More... over 12 years ago
adding support for using a default proxy (set using System Properties 'http.proxyHost', 'http.proxyPort' etc) More... over 12 years ago
updating jars and jdk version More... over 12 years ago
updating jars and jdk version More... over 12 years ago
updating jars and jdk version More... over 12 years ago
updating hamcrest etc in the pom More... over 12 years ago
Update README.md More... over 12 years ago
updated compiler.xml More... over 12 years ago
fixing null pointer in case the request throws an exception and leaves the response null More... over 12 years ago
marking example scenarios as @Ignored More... almost 13 years ago
adding travis ci build config More... almost 13 years ago
Merge remote-tracking branch 'origin/master' More... about 13 years ago
removing white space More... about 13 years ago
update apache http dependencies More... about 13 years ago
implementing headers matcher, very similar to the HeadersEqualityMatcher so next step is probably to merge them More... about 13 years ago
having a go at reorganising the header matchers and implementing a Matcher<Headers> which takes a sub-matcher More... about 13 years ago
misc test tidy up More... about 13 years ago
adding HeaderValueMatcher to the Matchers class More... about 13 years ago
reorders creation methods in Matchers More... about 13 years ago
clarifying charset vs encodings in the CharacterSet enum More... about 13 years ago
misc test tidy up More... about 13 years ago
added a UserAgent class to capture common user agents (Safari, Chrome etc). By default, requests will default to 'User-Agent' of 'Apache-HttpClient/4.1.3 (java 1.5)' More... about 13 years ago