Skip to content

Commit

Permalink
Updating.
Browse files Browse the repository at this point in the history
  • Loading branch information
iogf committed Dec 4, 2020
1 parent c045253 commit ca94e74
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions README.md
Expand Up @@ -85,8 +85,11 @@ if __name__ == '__main__':
~~~

Websnake requests are event emitters, you can bind a status code like '400' to a handle
then getting the handle executed when the response status code is '400'. When you don't care
for a specific HTTP response code you use ResponseHandle.DONE as event to map your handles.
then getting the handle executed when the response status code is '400'.

When you don't care for a specific HTTP response code you use ResponseHandle.DONE as event
to map your handles. There is also ResponseHandle.ERROR that happens when some unexpected error
occurred.

### Basic POST

Expand Down

0 comments on commit ca94e74

Please sign in to comment.