Details
-
Improvement
-
Status: Resolved
-
Trivial
-
Resolution: Fixed
-
5.0.15
-
None
Description
There's half a dozen different variations that could all be simplified using the builder pattern, where you create a CookieBuilder(), chain a sequence of method calls on it, then invoke a commit() method to actually create and add the Cookie to the request.