News

Is there a way to specify multiple values for the Content-Type header on the request? For example, one of our endpoints typically requires the header to be set to application/json. However, if the ...
WEBrick allows CR (\r) within header values. RFC 9110 says not to do this: Field values containing CR, LF, or NUL characters are invalid and dangerous, due to the varying ways that implementations ...