Releases: tmornini/http-spec
Releases · tmornini/http-spec
Nearing the finish line
• 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
v0.7.1 exit 1 when -prefix used
Absolute URIs Rock
This removes -prefix flag and uses absolute URIs.
If a tree falls in the forest...
v0.6.3 fix crash when request returns error
Order, damnit, I'll have order in this court! :-)
v0.6.2 output error before response
The times, they are a changin'
Report total run time more accurately: previously total runtime was occasionally reported as slightly less than shortest spec... :-(
Prettify and simplify
Also fixes a nasty false-positive response bug introduced in v0.5.1.
Correctly handle multi-word reason phrases
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 :-)
Add built-in matcher for RFC-4122 UUIDs
Output results synchronously at exit
Result output used to be jumbled and extremely difficult to follow when files were processed concurrently.