Manuel Overdijk
Manuel Overdijk
``` java Map headers = request.headers(); if (headers.containsKey("Set-Cookie")) { List cookieList = headers.get("Set-Cookie"); } ``` Works for me
@lordn-n I've had some instances where `1080` was caught as a year with your improved regex. Therefore I propose: `year: /([\[\(]?((?:19[0-9]|20[0123])[0-9])[\]\)]?)/,` which seemed to work with my limited amount of...
Any updates since May this year?
I've tested this PR: - Works as expected on an Android Simulator, API 33 - **Does not work** on a real device, API 29