Issue with URL Encoding in `Cookies.makeCookie` Using `HttpClient`
Hello, I am using
HttpClient to run requests against an API. Using Cookies.makeCookie, I see that the value of the cookie gets urlencoded. This is not required acccording to the HTTP spec and breaks the functionality of the API I am using. I am sure I won't be the only one where this happens.