getCookies method

Map<String, String> getCookies()

Implementation

Map<String, String> getCookies() {
  return _parseCookieHeader(this);
}