michael-o opened a new pull request #197: Rename CookieSpecs enum to StandardCookieSpec final class URL: https://github.com/apache/httpcomponents-client/pull/197 Modeled after StandardCharsets, the new class indicates a non-exhaustive list of standard cookie specifications by name supported by the HttpClient. The previous enum suffered from two issues: * it was exhaustive implying that no more cookie specifications can be supported * its sole purpose was to contain an id for the declared cookie specification; the enum values theirselves were never used directly @ok2c This also reuses the naming approach of HttpMultipartMode of symbolic names for implementation behavior. This closes #197
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
