Skip to content

Commit

Permalink
Added the 'strictMode' server option in the README
Browse files Browse the repository at this point in the history
  • Loading branch information
AdrienCastex committed Jun 9, 2017
1 parent 46cbef7 commit 24dd02b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,7 @@ lockTimeout | `3600` | Define the lock timeout.
canChunk | `true` | Define if the server must recreate the full message or if it must keep it splitted (if `false`, `IResource.append(...)` will never be called, only `IResource.write(...)`). Set the value to `false` if you encounter a problem with the order of the content, this feature hasn't been tested enough.
hostname | `'::'` | Define the scope of the listening server.
port | `1900` | The default port to use if no port is specified when calling `server.start()`.
strictMode | `false` | Define if the server must blindly follow the WebDAV RFC (`true`) or allow more flexibility (`false`) (for instance disallow a body in a request which doesn't use a body).

## Sample

Expand Down

0 comments on commit 24dd02b

Please sign in to comment.