0
I Use This!
Very Low Activity

Commits : Listings

Analyzed about 12 hours ago. based on code collected about 12 hours ago.
Dec 24, 2024 — Dec 24, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
changing DSL for matching against HttpMessage based matchers. Moved from hasContent to has(content) and now you can coerce the HttpMessage matchers via specific 'verb' matchers ie, one(http).post(with(any(URL.class)), with(post(content("post body")))); More... over 13 years ago
added generics to matchers More... over 13 years ago
first go at https://github.com/tobyweston/simple-http/issues/2 More... over 13 years ago
added test for url matcher More... over 13 years ago
refactored response status message matcher to use a Matcher<String> More... over 13 years ago
added a test for the response status message matcher. More... over 13 years ago
added a test for the response status code matcher. removed duplciated test More... over 13 years ago
added a test for http message value header matcher More... over 13 years ago
added a test for http message header matcher More... over 13 years ago
added a test for header string matcher More... over 13 years ago
added a test for headers matcher More... over 13 years ago
updated ignore list More... over 13 years ago
added another test for the header matcher and renamed the static creation method from hasHeader to isHeader More... over 13 years ago
flattening Matchers class (by removing the duplicate hasHeader/s matchers) More... over 13 years ago
making platform independent line separators More... over 13 years ago
making matcher classes package protected; the intention being to restrict usage through the Matchers collecting class (and so limit the noise in the IDE selecting matchers) More... over 13 years ago
adding more matchers (for example the header matcher on request and response) and adding toStrings for better descriptions on failed matches More... over 13 years ago
added ability to set the character set for PUT and POST messages. Defaults to ISO-8859-1 if unset (as per Apache). FormParameters however don't support anything other than UTF-8 More... over 13 years ago
logging the response, will work towards replacing with a more tell-don't-ask approach next More... almost 14 years ago
adding lib More... almost 14 years ago
adding timed and logging http clients. Introduced dependency on Log4J :( More... almost 14 years ago
Update README.md More... almost 14 years ago
added readme More... almost 14 years ago
added IntelliJ IDEA project files More... almost 14 years ago
improved matchers More... almost 14 years ago
renamed to simple-http More... almost 14 years ago
added support for DELETE More... almost 14 years ago
support for simple (unencoded) string messages in POST requests More... almost 14 years ago
working towards support unencoded messages to be sent for a POST More... almost 14 years ago
renamed Tuples to FormParameters (they're used just for FormUrlEncodedMessages) More... almost 14 years ago