Mokhtar Naamani 7ab498bea0 integrate storage-node into root yarn worksapce 4 yıl önce
..
fs 34358429f8 move storage node into storage-node/ folder 4 yıl önce
test 34358429f8 move storage node into storage-node/ folder 4 yıl önce
.eslintrc.js 34358429f8 move storage node into storage-node/ folder 4 yıl önce
README.md 34358429f8 move storage node into storage-node/ folder 4 yıl önce
lru.js 34358429f8 move storage node into storage-node/ folder 4 yıl önce
package.json 7ab498bea0 integrate storage-node into root yarn worksapce 4 yıl önce
pagination.js 34358429f8 move storage node into storage-node/ folder 4 yıl önce
ranges.js 34358429f8 move storage node into storage-node/ folder 4 yıl önce
stripEndingSlash.js 34358429f8 move storage node into storage-node/ folder 4 yıl önce

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.