nguyenchauchieu / nimble-survey

0 stars 0 forks source link

Alamofire RequestInterceptor #5

Open edgarss opened 4 years ago

edgarss commented 4 years ago

AlamoFire has a RequestInterceptor protocol that allows you to handle 401 retries and request headers very easily without having to reimplement all of that yourself.

nguyenchauchieu commented 4 years ago

I updated the code to use RequestInterceptor