diff options
| author | Jannis R <mail@jannisr.de> | 2020-10-16 18:10:38 +0200 |
|---|---|---|
| committer | Jannis R <mail@jannisr.de> | 2020-10-16 18:11:00 +0200 |
| commit | 2f13bd7349b798e4afd5693f6a258a56e30cf13d (patch) | |
| tree | 3d7c66e9a1c015ff6850fa7eac2ce2701285d050 /readme.md | |
| parent | 0fdbefbb86bcf959875358b732682af65eddacc2 (diff) | |
minor tweaks, 1.0.4
also add @RangerMauve as contributor
[ci skip]
Diffstat (limited to 'readme.md')
| -rw-r--r-- | readme.md | 11 |
1 files changed, 9 insertions, 2 deletions
@@ -99,6 +99,8 @@ request('/foo', { ## API +### `createServer` + ```js const createServer = require('@derhuerst/gemini/server') createServer(opt = {}, onRequest) @@ -115,7 +117,7 @@ createServer(opt = {}, onRequest) } ``` ---- +### `request` ```js const request = require('@derhuerst/gemini/client') @@ -137,7 +139,7 @@ request(pathOrUrl, opt = {}, cb) } ``` ---- +### `connect` ```js const connect = require('@derhuerst/gemini/connect') @@ -158,6 +160,11 @@ connect(opt = {}, cb) ``` +## Related + +- [`gemini-fetch`](https://github.com/RangerMauve/gemini-fetch) – Load data from the Gemini protocol the way you would fetch from HTTP in JavaScript + + ## Contributing If you have a question or need support using `gemini`, please double-check your code and setup first. If you think you have found a bug or want to propose a feature, use [the issues page](https://github.com/derhuerst/gemini/issues). |
