Skip to content

Commit 6f4f4c9

Browse files
committed
document stdlib_http option
1 parent 073446b commit 6f4f4c9

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

src/options.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,9 @@ type DeprecatedOptions = {
120120
* <br>
121121
* Other options
122122
* <ul>
123+
* <li> stdlib_http: <i>enum, accepted values: on, off</i> - With HTTP protocol the Undici library is used by default. By setting this option
124+
* to <i>on</i> the client switches to node's core http and https modules.
125+
* </li>
123126
* <li> max_name_len: <i>integer</i> - The maximum length of a table or column name, the Sender defaults this parameter to 127. <br>
124127
* Recommended to use the same setting as the server, which also uses 127 by default.
125128
* </li>

0 commit comments

Comments
 (0)