Download raw body.
got-notify-http: implement basic auth
On Thu, Apr 18, 2024 at 01:15:45PM +0200, Omar Polo wrote:
> side question: the `url' line is starting to become quite long, could we
> make it accept arguments inside a { ... }. Maybe
>
> url "http://example.org/foo" {
> user flan
> password s3cur3
> insecure
> }
>
> could work syntax-wise? what do you think?
Yes, I don't see why not.
got-notify-http: implement basic auth