Skip to content

Commit

Permalink
fix readme lol
Browse files Browse the repository at this point in the history
  • Loading branch information
rfaulhaber committed Oct 16, 2024
1 parent b9b842a commit d6197fe
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions README.org
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,12 @@ use, and other popular libraries either depend on url.el or ~curl~.
My goal is to implement an HTTP client in Emacs that has a similar API to other programming languages. It shouldn't use buffers
excessively and it shouldn't depend on the global environment for behavior.
* Features
** DONE Basic HTTP requests
** TODO Multipart form requests with file data
** TODO Send requests through a proxy
** TODO Cookies and sessions
** TODO Asynchronous requests
** TODO Streaming
- DONE Basic HTTP requests
- TODO Multipart form requests with file data
- TODO Send requests through a proxy
- TODO Cookies and sessions
- TODO Asynchronous requests
- TODO Streaming
* Goals
- Basic synchronous HTTP requests
- REST clients
Expand Down

0 comments on commit d6197fe

Please sign in to comment.