2017-07-16 UTC
# cwebber2 I realized I have to do a more complicated step here; in guile's default http server system, any request handlers you set up already have http parsed into datastructures for the headers and etc, and you can't access the plaintext representation of the headers by that point. So I'll have to hack the webserver to do the normalization of the headers for http signatures *before* all that parsing occurs, which will be a bit of work. But I