Skip to content

Commit

Permalink
docs: Modify options type in the Application class (#1812)
Browse files Browse the repository at this point in the history
  • Loading branch information
leslieXin92 committed Apr 22, 2024
1 parent 6bd2cb1 commit f85214a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/application.js
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,8 @@ module.exports = class Application extends Emitter {
* @param {number} [options.subdomainOffset] Subdomain offset
* @param {string} [options.proxyIpHeader] Proxy IP header, defaults to X-Forwarded-For
* @param {number} [options.maxIpsCount] Max IPs read from proxy IP header, default to 0 (means infinity)
* @param {function} [options.compose] Function to handle middleware composition
* @param {boolean} [options.asyncLocalStorage] Max IPs read from proxy IP header, default to 0 (means infinity)
*
*/

Expand Down

0 comments on commit f85214a

Please sign in to comment.