Skip to content

Releases: tmornini/http-spec

Nearing the finish line

20 Apr 05:51
Compare
Choose a tag to compare

• add :iso8601:µs:z built-in matcher
• allow variable delay between requests
• new flag --skip-tls-verification (similar to -k in curl)

Exit with failure on -prefix usage

28 Mar 19:25
Compare
Choose a tag to compare
v0.7.1

exit 1 when -prefix used

Absolute URIs Rock

28 Mar 19:11
Compare
Choose a tag to compare

This removes -prefix flag and uses absolute URIs.

If a tree falls in the forest...

01 Dec 10:16
Compare
Choose a tag to compare
v0.6.3

fix crash when request returns error

Order, damnit, I'll have order in this court! :-)

18 Nov 06:43
Compare
Choose a tag to compare
v0.6.2

output error before response

The times, they are a changin'

18 Nov 03:56
Compare
Choose a tag to compare

Report total run time more accurately: previously total runtime was occasionally reported as slightly less than shortest spec... :-(

Prettify and simplify

16 Nov 01:36
Compare
Choose a tag to compare

Also fixes a nasty false-positive response bug introduced in v0.5.1.

Correctly handle multi-word reason phrases

10 Nov 00:12
Compare
Choose a tag to compare

Parsing issue caused response lines with reason phrases like:

< HTTP/1.1 404 Not Found

to be truncated to:

< HTTP/1.1 404 Not

This fixes that issue

I see :uuid :-)

09 Nov 07:21
Compare
Choose a tag to compare

Add built-in matcher for RFC-4122 UUIDs

Output results synchronously at exit

09 Nov 02:39
Compare
Choose a tag to compare

Result output used to be jumbled and extremely difficult to follow when files were processed concurrently.