繁体   English   中英

vert.x中的HTTP配置检索器中的Cookies

[英]Cookies in http config retriever in vert.x

我希望使用http配置检索器。 https://vertx.io/docs/vertx-config/java/#_http上提到的内容仅包含主机,端口和路径。 我需要将Cookie和http请求一起发送。 ConfigStoreOptions本身是否支持cookie? 还是我必须编写我的自定义配置存储,如果是的话,怎么办?

HttpRetriever在下面使用简单的HttpClient

https://github.com/vert-x3/vertx-config/blob/master/vertx-config/src/main/java/io/vertx/config/impl/spi/HttpConfigStoreFactory.java#L43

此处仅列出了可用的选项: https : //github.com/eclipse/vert.x/blob/master/src/main/java/io/vertx/core/http/HttpClientOptions.java#L246

您可以创建功能请求并在此处发布链接,我将尝试处理它。

暂无
暂无

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM