Vinelab / http

A smart, simple and fault-tolerant HTTP client for sending and receiving JSON and XML
58 stars 30 forks source link

CookieContenair #24

Open messi89 opened 7 years ago

messi89 commented 7 years ago

Hi

is this package support hanling cookies from server ? (like CookieContenair or CookieJar)

Mulkave commented 7 years ago

Not really, this package is for simple HTTP(S) requests/response, but you can still retrieve and parse headers yourself. Do you have any suggestion for adding such feature? We're open for suggestions and PRs