eBardX / XestiMonitors

An extensible monitoring framework written in Swift

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add HTTPCookieStorageMonitor

eBardX opened this issue · comments

Feature Name

  • HTTPCookieStorageMonitor -- should live in Foundation folder

Events

  • acceptPolicyChanged(HTTPCookieStorage) -- wraps NSHTTPCookieManagerAcceptPolicyChanged notification
  • cookiesChanged(HTTPCookieStorage) -- wraps NSHTTPCookieManagerCookiesChanged notification

Note: Since there can be multiple instances of HTTPCookieStorage; HTTPCookieStorageMonitor should provide both a cookieStorage property and a cookieStorage initializer parameter.

Platform

iOS/macOS /tvOS/watchOS

I will take this

@angiemugo Are you still planning to work on #54?

Yeah. I had raised a PR when I assigned this one then I had to revoke it when I noticed a huge mistake I had made. I intend to fix #54 and raise PR by end of the day today.