diff options
| author | Zahary Karadjov <zahary@gmail.com> | 2018-09-15 17:34:58 +0300 |
|---|---|---|
| committer | zah <zahary@gmail.com> | 2018-09-15 18:11:48 +0300 |
| commit | 450cd238b13c19fa8df45e61faf1409f88e48cc5 (patch) | |
| tree | bf8bf5c135f5c93432617313b9910bb588724a19 | |
| parent | 541a0043672cecc054c8d34220593aa4e6893c4e (diff) | |
| download | packages-450cd238b13c19fa8df45e61faf1409f88e48cc5.tar.gz packages-450cd238b13c19fa8df45e61faf1409f88e48cc5.zip | |
add httputils
| -rw-r--r-- | packages.json | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/packages.json b/packages.json index b670ab9..aff13e3 100644 --- a/packages.json +++ b/packages.json @@ -6047,6 +6047,19 @@ "web": "https://github.com/status-im/nim-keccak-tiny" }, { + "name": "httputils", + "url": "https://github.com/status-im/nim-http-utils", + "method": "git", + "tags": [ + "http", + "parsers", + "protocols" + ], + "description": "Common utilities for implementing HTTP servers", + "license": "Apache License 2.0", + "web": "https://github.com/status-im/nim-http-utils" + }, + { "name": "rocksdb", "url": "https://github.com/status-im/nim-rocksdb", "method": "git", |
