garydgregory commented on code in PR #555:
URL:
https://github.com/apache/httpcomponents-core/pull/555#discussion_r2342463520
##########
httpcore5/src/main/java/org/apache/hc/core5/http/impl/bootstrap/ServerBootstrap.java:
##########
@@ -182,6 +185,17 @@ public final ServerBootstrap setResponseFactory(final
HttpResponseFactory<Classi
return this;
}
+
+ public final ServerBootstrap setServerInfo(final String serverInfo) {
+ this.serverInfo = serverInfo;
+ return this;
+ }
+
+ public final ServerBootstrap setLocalAuthResolver() {
Review Comment:
This one is really not worth the API clutter IMO.
--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]