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,
Matt

Reply via email to