What is Nostr?
mikedilger /
npub1acg…p35c
2025-02-06 19:59:08
in reply to nevent1q…l00l

mikedilger on Nostr: Yes. It is too strict. I think this works: !^HTTP/(?P<version>[0-9/.]+) ...

Yes. It is too strict. I think this works:

!^HTTP/(?P<version>[0-9/.]+) (?P<code>[0-9]*)($|\s(?P<reason>.*))!

Using standard / delimiters (e.g. and testing at regex101.com):

^HTTP\/(?P<version>[0-9\/.]+) (?P<code>[0-9]*)($|\s(?P<reason>.*))
Author Public Key
npub1acg6thl5psv62405rljzkj8spesceyfz2c32udakc2ak0dmvfeyse9p35c