File tree Expand file tree Collapse file tree
loader/include/Geode/utils Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -303,7 +303,7 @@ namespace geode::utils::web {
303303 * Sets the response's encoding. Valid values include: br, gzip, deflate, ...
304304 * You can set multiple encoding types by calling this method with a comma separated list
305305 * of the encodings of your choosing.
306- * Defaults to not sending an Accept-Encoding: header, and in turn, does not decompress received contents automatically .
306+ * Defaults to sending the built-in supported encodings in the Accept-Encoding header .
307307 *
308308 * @example
309309 * auto req = web::WebRequest()
@@ -374,6 +374,8 @@ namespace geode::utils::web {
374374 * Sets the Certificate Authority (CA) bundle content.
375375 * Defaults to sending the Geode CA bundle, found here: https://github.com/geode-sdk/net_libs/blob/main/ca_bundle.h
376376 *
377+ * Setting the content to an empty string also defaults to the Geode CA bundle.
378+ *
377379 * @param content
378380 * @return WebRequest&
379381 */
You can’t perform that action at this time.
0 commit comments