immobiliare / RealHTTP

🌀swift async http client - fast, lightweight, type-safe
MIT License
282 stars 28 forks source link

#82: removed ignore condition #83

Closed malcommac closed 1 year ago

malcommac commented 1 year ago

Actually, we'll deliberately ignore all cookies set with the Set-Cookie header when printing the cURL description via RealHTTP. It's annoying; sometimes, it's helpful to set cookies in this manner instead of creating an NSHTTPCookie object.

In this task, we'll remove the where condition when printing header cookies.