Mokhtar Naamani 0244e1bf5c storage-node: renaming packages il y a 4 ans
..
fs 34358429f8 move storage node into storage-node/ folder il y a 4 ans
test 0244e1bf5c storage-node: renaming packages il y a 4 ans
.eslintrc.js 34358429f8 move storage node into storage-node/ folder il y a 4 ans
README.md 34358429f8 move storage node into storage-node/ folder il y a 4 ans
externalPromise.js 6f31b0b9cb storage-node: docs and minor refactoring of external promise util il y a 4 ans
lru.js 34358429f8 move storage node into storage-node/ folder il y a 4 ans
package.json 0244e1bf5c storage-node: renaming packages il y a 4 ans
pagination.js 34358429f8 move storage node into storage-node/ folder il y a 4 ans
ranges.js 34358429f8 move storage node into storage-node/ folder il y a 4 ans
stripEndingSlash.js 34358429f8 move storage node into storage-node/ folder il y a 4 ans

README.md

Summary

This package contains general utility functions for running the colossus storage node.

  • lru contains an in-memory least-recently-used cache abstraction.
  • fs/* contains helpers for resolving path names and walking file system hierarchies.
  • pagination contains utility functions for paginating APIs.
  • ranges contains functions for dealing with Range headers in download requests.