Hi, Quick question regarding the HTTP middleware contract (both client and server):
>From what I've seen in the existing client middleware, it deals with cookie names e.g. "set-cookie" that vs. the HTTP spec ("Set-Cookie") are all lowercase. Does the framework around the middleware force all HTTP header names to lowercase (on both client and server?) as this suggests? Cheers Paul