Skip to content

Commit

Permalink
馃摑 send is defaulted to false
Browse files Browse the repository at this point in the history
  • Loading branch information
micaiah-effiong committed Jun 13, 2022
1 parent c565213 commit bba9c7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ app.get("/user", (req, res) => {

| Optioins | Default | Description |
| :---------- | :-----: | :-------------------------------------------------------------------------------------------------- |
| send | true | This returns the response object to the user for further use |
| send | false | This returns the response object to the user for further use |
| unofficial | false | This specifies the use of unoficial status code |
| extend | false | When true all good-status response function will be populated to the response |
| nginx | false | When true, all status codes for `Nginx` will be available |
Expand Down

0 comments on commit bba9c7c

Please sign in to comment.