resty
resty copied to clipboard
resty parse Set-Cookie header incorrectly

http.Cookie from parsed resty are only contains name and value
@codenoid Are you requesting to include other possible values from http.Cooke?
@codenoid FYI, Resty does not process Cookie from the response; it returns as-is from the actual response object. https://github.com/go-resty/resty/blob/3face0dac0f7fb765bf637f51f1f5343b3c7a235/response.go#L91