branch: externals/plz
commit 046f29a816791c4b2713ac7144fbbb55fb2aa95f
Author: Adam Porter <[email protected]>
Commit: Adam Porter <[email protected]>
Docs: Remove old TODO
---
README.org | 2 --
1 file changed, 2 deletions(-)
diff --git a/README.org b/README.org
index 05e9b84a7b..c336be5814 100644
--- a/README.org
+++ b/README.org
@@ -46,8 +46,6 @@
The main public function is ~plz~, which sends an HTTP request and returns
either the result of the specified type (for a synchronous request), or the
~curl~ process object (for asynchronous requests). For asynchronous requests,
callback, error-handling, and finalizer functions may be specified, as well as
various other options.
-# TODO: Add ":body (file FILENAME)" to docs.
-
** Examples
Synchronously =GET= a URL and return the response body as a decoded string
(here, raw JSON):