You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|**plugins**|*plugin[]* (see below) | Custom plugins |`null`|
51
+
|**agent**|*Got.Agents*| Custom HTTP agent (see below) |`null`|
52
+
|**userAgent**|*string*| User-Agent for the request |`SummalyBot/[version]`|
53
+
|**responseTimeout**|*number*| Set timeouts for each phase, such as host name resolution and socket communication. |`20000`|
54
+
|**operationTimeout**|*number*| Set the timeout from the start to the end of the request. |`60000`|
55
+
|**contentLengthLimit**|*number*| If set to true, an error will occur if the content-length value returned from the other server is larger than this parameter (or if the received body size exceeds this parameter). |`10485760`|
56
+
|**contentLengthRequired**|*boolean*| If set to true, it will be an error if the other server does not return content-length. |`false`|
52
57
53
58
#### Plugin
54
59
@@ -78,30 +83,30 @@ A Promise of an Object that contains properties below:
0 commit comments