1.0.16 • Published 12 hours ago

@libp2p/fetch v1.0.16

Weekly downloads
-
License
Apache-2.0 OR MIT
Repository
github
Last release
12 hours ago

libp2p.io Discuss codecov CI

Implementation of the Fetch Protocol

About

An implementation of the Fetch protocol as described here: https://github.com/libp2p/specs/tree/master/fetch

The fetch protocol is a simple protocol for requesting a value corresponding to a key from a peer.

Example

import { createLibp2p } from 'libp2p'
import { fetch } from '@libp2p/fetch'

const libp2p = await createLibp2p({
  services: {
    fetch: fetch()
  }
})

// Given a key (as a string) returns a value (as a Uint8Array), or null if the key isn't found.
// All keys must be prefixed my the same prefix, which will be used to find the appropriate key
// lookup function.
async function my_subsystem_key_lookup(key) {
  // app specific callback to lookup key-value pairs.
}

// Enable this peer to respond to fetch requests for keys that begin with '/my_subsystem_key_prefix/'
libp2p.fetch.registerLookupFunction('/my_subsystem_key_prefix/', my_subsystem_key_lookup)

const key = '/my_subsystem_key_prefix/{...}'
const peerDst = PeerId.parse('Qmfoo...') // or Multiaddr instance
const value = await libp2p.fetch(peerDst, key)

Install

$ npm i @libp2p/fetch

Browser <script> tag

Loading this module through a script tag will make it's exports available as Libp2pFetch in the global namespace.

<script src="https://unpkg.com/@libp2p/fetch/dist/index.min.js"></script>

API Docs

License

Licensed under either of

Contribution

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.

1.0.16-83c14d08f

12 hours ago

1.0.16-a11e135c2

11 days ago

1.0.15-de3f7aeaf

13 days ago

1.0.16

12 days ago

1.0.16-9d13a2f6a

12 days ago

1.0.15-c82432312

13 days ago

1.0.15-3bc94b403

14 days ago

1.0.15-3d7a9da17

13 days ago

1.0.15-e1923b0a7

17 days ago

1.0.15-998fcaf94

17 days ago

1.0.15-90cfd25e2

18 days ago

1.0.14-c2181f0cf

19 days ago

1.0.14-2281f802b

19 days ago

1.0.15

19 days ago

1.0.14-fd1f8343d

20 days ago

1.0.14-eaf8ac7cf

21 days ago

1.0.14-acef72613

21 days ago

1.0.14-ea4f26285

27 days ago

1.0.14-31c78f4ed

28 days ago

1.0.14-08dabd390

28 days ago

1.0.13-2c56203f9

1 month ago

1.0.13-b17824a1d

1 month ago

1.0.14

1 month ago

1.0.13-936dbba10

1 month ago

1.0.13-732c436d4

1 month ago

1.0.13-2b2958fe6

1 month ago

1.0.12-3e515f007

1 month ago

1.0.13

1 month ago

1.0.12-d446c6c31

1 month ago

1.0.12-a2b41f793

1 month ago

1.0.12-ab5f05763

1 month ago

1.0.12-80278b36b

1 month ago

1.0.12-4fc0a7d30

1 month ago

1.0.12-1f589c822

1 month ago

1.0.12-afe15f669

1 month ago

1.0.12-3ffecc5bf

1 month ago

1.0.11-1fc929c1c

2 months ago

1.0.11-59a97b61b

2 months ago

1.0.11-82901e785

2 months ago

1.0.11-bf720c045

2 months ago

1.0.11-330a5ed72

2 months ago

1.0.12

2 months ago

1.0.11-e1798aa26

2 months ago

1.0.11-fad3074b8

2 months ago

1.0.11-f39ce5f13

2 months ago

1.0.11-cad9cf007

2 months ago

1.0.11-83ef3717e

2 months ago

1.0.11-ab466004b

2 months ago

1.0.11-a9cc0ee49

2 months ago

1.0.11-28e51652a

2 months ago

1.0.11-2122a713d

2 months ago

1.0.11-f71bc49bd

2 months ago

1.0.11

3 months ago

1.0.10-f0d2b52d0

3 months ago

1.0.10-8072a2e59

3 months ago

1.0.10-b1b77adb4

3 months ago

1.0.10-bedfd0aa2

3 months ago

1.0.10-e1c01370b

3 months ago

1.0.10-fb7c51c3c

3 months ago

1.0.9-2370d1c39

3 months ago

1.0.9-dab5cf724

3 months ago

1.0.9-1cb2408ac

3 months ago

1.0.9-03ff9fd82

3 months ago

1.0.10-0c7bbbb07

3 months ago

1.0.9-0321812e7

3 months ago

1.0.9-9891ecd73

3 months ago

1.0.10

3 months ago

1.0.9-e1db332a4

3 months ago

1.0.9-6f323de7d

4 months ago

1.0.9-c9ed1c7d6

4 months ago

1.0.9-f4dda4a3c

4 months ago

1.0.9-dbc92ab74

4 months ago

1.0.9-2e464c099

4 months ago

1.0.9-72f0e09f7

4 months ago

1.0.9-74fb5671d

4 months ago

1.0.9-3e47d88fd

4 months ago

1.0.9-f27138ca1

4 months ago

1.0.9-8c6654c3a

4 months ago

1.0.9-9376e61a1

4 months ago

1.0.9-08f6f607d

4 months ago

1.0.9-74477f6ea

4 months ago

1.0.9

4 months ago

1.0.8-092861e23

4 months ago

1.0.8

4 months ago

1.0.7-856ccd708

4 months ago

1.0.7-ddaa59a60

4 months ago

1.0.8-8bbd43628

4 months ago

1.0.7-4691f4173

4 months ago

1.0.7-ee7ffe9b9

4 months ago

1.0.7-821a38e24

4 months ago

1.0.7-900236724

4 months ago

1.0.7

4 months ago

1.0.6-528d73781

4 months ago

1.0.6-444d83751

4 months ago

1.0.6-d011f6130

4 months ago

1.0.6-581574d6d

4 months ago

1.0.6-ba7089984

4 months ago

1.0.6-388d02b33

4 months ago

1.0.6

5 months ago

1.0.5-5d1f68e92

5 months ago

1.0.5-28587d24f

5 months ago

1.0.5-4e0135c7d

5 months ago

1.0.5-6fd681d09

5 months ago

1.0.5-178fe2671

5 months ago

1.0.5-cd8cafcd5

5 months ago

1.0.5-c00378909

5 months ago

1.0.5-83dfc7dc8

5 months ago

1.0.5-f71f2e14e

5 months ago

1.0.5-984f13e42

5 months ago

1.0.5-07f3afe2d

5 months ago

1.0.5-ad6f70bf3

5 months ago

1.0.5-9eff7eff0

5 months ago

1.0.5-a7c6a93c6

5 months ago

1.0.5-230afea4b

5 months ago

1.0.5-f81be145a

5 months ago

1.0.5-01e9a5fe4

5 months ago

1.0.5

5 months ago

1.0.5-742915567

5 months ago

1.0.4-341581166

5 months ago

1.0.4-6d11e8268

5 months ago

1.0.3-d10506189

5 months ago

1.0.4

5 months ago

1.0.3-64a915ae9

5 months ago

1.0.3-3bf6387ff

5 months ago

1.0.3-93890c8f9

5 months ago

1.0.3-16588d27c

5 months ago

1.0.3-887c6ffe1

5 months ago

1.0.3-bcfa15993

5 months ago

1.0.3-10ea19700

5 months ago

1.0.3-09dd02987

5 months ago

1.0.3-5a9362e21

5 months ago

1.0.3

5 months ago

1.0.2-738dd40f1

5 months ago

1.0.2

5 months ago

1.0.1-7861ed882

5 months ago

1.0.1-9197f10ba

5 months ago

1.0.1-e7167fe52

5 months ago

1.0.1-f537b3731

5 months ago

1.0.1-8c169db1b

5 months ago

1.0.1-561797a89

5 months ago

1.0.1-cf963694f

5 months ago

1.0.1-bca8d6e68

5 months ago

1.0.1

5 months ago

1.0.1-53224004f

5 months ago

1.0.0-273d8177c

6 months ago

1.0.1-6c1f0ee81

6 months ago

1.0.0-a32e70bac

6 months ago

1.0.0-06e6d235f

6 months ago

1.0.0-bcf18265e

6 months ago

1.0.0-8e4fbe13a

6 months ago

1.0.0-7682861f9

6 months ago

1.0.0-551622a96

6 months ago

1.0.0

6 months ago

0.0.0-8f921ee97

6 months ago

0.0.0-74e84bc29

6 months ago

0.0.0-8bb6d5333

6 months ago

0.0.0-7877a50e0

6 months ago

0.0.0-68db79f6b

6 months ago

0.0.0-e2267d437

6 months ago

0.0.0-4a474d54d

6 months ago

0.0.0-0b4a2ee79

6 months ago

0.0.0-6b6ba9ab7

6 months ago

0.0.0-d729d66a5

6 months ago

0.0.0-bb6ceb192

6 months ago

0.0.0-d8f5bc211

6 months ago

0.0.0-13a870cbe

6 months ago

0.0.0-3dee5df4d

6 months ago

0.0.0-adea7bbbf

6 months ago

0.0.0-6625a27fc

6 months ago

0.0.0-9c67c5b3d

6 months ago

0.0.0-05b52d69c

6 months ago

0.0.0-97ab31c0c

6 months ago

0.0.0

6 months ago