grcat/conf.curl @ 0f6c567726d4

Sigh
author Steve Losh <steve@stevelosh.com>
date Tue, 24 Aug 2021 16:08:56 -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