Re: can't get http-get w/ accept header working

2022-01-26 Thread Keith Wright
Matt Wette writes: > Does someone have example of using the Accept header with http-get? I don't. > I'm basically calling >     (http-get url #:headers (list auth (parse-header 'accept "*/*") ...) > > and getting back error from web/request.scm: >     (validate-headers (((*/*)) ... ) > > head

can't get http-get w/ accept header working

2022-01-26 Thread Matt Wette
Hi All, Does someone have example of using the Accept header with http-get? I'm basically calling     (http-get url #:headers (list auth (parse-header 'accept "*/*") ...) and getting back error from web/request.scm:     (validate-headers (((*/*)) ... ) header name not a symbol (*/*) Thanks, M

Haunt 0.2.6 released

2022-01-26 Thread Thompson, David
Hello everyone, Haunt version 0.2.6 has been released. This release restores compatibility with Guile < 3.0 that was accidentally broken in 0.2.5. Additionally, Haunt now uses the inotify API to watch for file changes on Linux when running `haunt serve --watch`, replacing a slower and more naive