arturobernalg commented on a change in pull request #289:
URL:
https://github.com/apache/httpcomponents-client/pull/289#discussion_r592076157
##########
File path:
httpclient5/src/main/java/org/apache/hc/client5/http/cookie/Cookie.java
##########
@@ -126,5 +127,15 @@
*/
Date getCreationDate();
+ /**
+ * Checks whether this Cookie has been marked as <i>HttpOnly</i>.
+ *
+ * @return true if this Cookie has been marked as <i>HttpOnly</i>,
+ * false otherwise
+ *
+ * @since 5.1
+ */
+ boolean isHttpOnly();
Review comment:
Hi @ok2c
Thats ok. Since tag version update to 5.2
TY
----------------------------------------------------------------
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]