Skip to content

Commit

Permalink
docs: update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ttytm committed Jul 1, 2023
1 parent 5a04ea3 commit de204bd
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,6 @@ req := vibe.Request{
timeout: time.second * 10
}
// NOTE: httpbin can be slow to respond at times
resp := req.post('https://httpbin.org/post', '{"msg":"hello from vibe"}')!
println(resp)
```
Expand Down Expand Up @@ -178,7 +177,7 @@ sensible community needs.
### Planned

- [x] Download with progress
- [ ] Custom headers
- [x] Custom headers
- [ ] curl Proxy support
- [ ] SSL options
- [ ] Extend HTTP methods
Expand Down

0 comments on commit de204bd

Please sign in to comment.