parse-dweb-url

1.1.0 • Public • Published

parse-dweb-url

Node url.parse updated to support versioned dat URLs.

var parse = require('parse-dweb-url')

parse('dat://584faa05d394190ab1a3f0240607f9bf2b7e2bd9968830a11cf77db0cea36a21+v1.0.0/path/to/file.txt')
/* => {
  protocol: 'dat:',
  slashes: true,
  auth: null,
  host: '584faa05d394190ab1a3f0240607f9bf2b7e2bd9968830a11cf77db0cea36a21',
  port: null,
  hostname: '584faa05d394190ab1a3f0240607f9bf2b7e2bd9968830a11cf77db0cea36a21',
  hash: null,
  search: null,
  query: null,
  pathname: '/path/to/file.txt',
  path: '/path/to/file.txt',
  href: 'dat://584faa05d394190ab1a3f0240607f9bf2b7e2bd9968830a11cf77db0cea36a21+v1.0.0/path/to/file.txt',
  version: 'v1.0.0'
}*/

Readme

Keywords

Package Sidebar

Install

npm i parse-dweb-url

Weekly Downloads

0

Version

1.1.0

License

MIT

Unpacked Size

37.2 kB

Total Files

4

Last publish

Collaborators

  • shikhars3711