From d6197fee5880c4a6291b9a619ceb3e1c4684f2bd Mon Sep 17 00:00:00 2001 From: Ryan Faulhaber Date: Wed, 16 Oct 2024 11:36:00 -0400 Subject: [PATCH] fix readme lol --- README.org | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.org b/README.org index d904ef5..b1c599d 100644 --- a/README.org +++ b/README.org @@ -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