Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,9 @@ Options:
--port, -p Set the port to listen on. [default: 8000]
--hostname, -h Set the hostname to listen on. [default: "localhost"]
--header, -H Set a specific header.
--corsDisable Disable CORS by automaticcally handle OPTION request.
Use --no-corsDisable to disable this feature
[boolean][default: true]
--proxyHost, -P Set Host HTTP header to proxy hostname. [boolean]
--verify Verify SSL certificates. Use --no-verify to disable.
[boolean] [default: true]
Expand Down
Loading