Re: [PATCH] Make HTTP header symbols case-insensitive

2023-09-10 Thread Skyler
Hello, I just wanted to add some more context beyond what seemed appropriate to include in a commit message. Also, I don't think I've emailed the Guile list before but I'm not really sure what to do as an introduction. I'm just enjoy using guile, this seems like a problem, and I have a patch th

[PATCH] Make HTTP header symbols case-insensitive

2023-09-10 Thread Skyler
The web modules contain logic for operating on headers, including logic to convert Scheme data to header values, validate the values of well-known headers, and automatically add missing headers. When working with headers internally, they are stored as lowercase symbols as is idiomatic for Scheme co