aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorFuwn <[email protected]>2023-04-16 03:10:05 +0000
committerFuwn <[email protected]>2023-04-16 03:10:05 +0000
commit38b68b5b7990fd43a74256a5ad513945866c0617 (patch)
treeb53514da95f460c09543033515ad7efec4e9b410 /README.md
parentrefactor: optimise return types (diff)
downloadgerm-38b68b5b7990fd43a74256a5ad513945866c0617.tar.xz
germ-38b68b5b7990fd43a74256a5ad513945866c0617.zip
feat(sync): asynchronous request
Diffstat (limited to 'README.md')
-rw-r--r--README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/README.md b/README.md
index db464b2..26b0e01 100644
--- a/README.md
+++ b/README.md
@@ -47,6 +47,7 @@ features = ["ast"] # Enable the features you would like to use!
| `meta` | Structure-ize a Gemini response's meta section |
| `macros` | Macros to aid with various Germ-related functionalities |
| `quick` | Quick functions to create valid Gemtext elements from input |
+| `sync` | An asynchronous version of `request` |
### Examples