Skip to content

Commit

Permalink
readme typos
Browse files Browse the repository at this point in the history
  • Loading branch information
bibby authored Jun 5, 2020
1 parent dbf6b7e commit f1015cc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ r = www.post("/ratings/" + id, '{"rating":4,"review":"ok"}')
r = www.delete("/reviews/12")
```

##rpcresponse
## rpcresponse

Every request (using `get`, `post`, `put`, `delete`) returns a RpcResponse object, a data container with the response's HTTP Status code, body, and headers. Check for errors before assuming all went well;

Expand All @@ -63,8 +63,8 @@ else:
* Optional form encoding for http-post
* Optional url encoding for http-get param dictionaries
* SSL support
* support for binarieys and biger files (chunked get/post)
* handel Redirects
* support for binaries and bigger files (chunked get/post)
* handle Redirects

# Contributing

Expand Down

0 comments on commit f1015cc

Please sign in to comment.