grcat/conf.curl @ 411d31e2360b

Make the computer do the busywork
author Steve Losh <steve@stevelosh.com>
date Wed, 02 Sep 2020 11:45:44 -0400
parents 3a0cb2d4dceb
children (none)
# request
regexp=(^\* .*)
colours=bright_black
=======
# request
regexp=(^> .*)
colours=bright_black
=======
# response
regexp=(^< .*)
colours=blue
=======
# ok response code
regexp=^< HTTP.+ ([23]...*)
colours=blue, bold green
=======
# error response code
regexp=^< HTTP.+ ([45]...*)
colours=blue, bold red
=======
regexp=.*\[.* bytes data\]
colours=bright_black