antoinechalifour / antoinechalifour/memento
Using without http server
Aperta
- Lingua principale
- TypeScript
- Stelle
- 392
- Fork
- 10
- Metriche di merge delle PR
- Nessuna PR unita negli ultimi 30g
Descrizione
I would like to use it in tests like this
```
const mementoClient = MementoClient({
cacheDirectory: path.join(__dirname, '')
});
const response = await mementoClient.request({url: 'foo', requestHeaders: [], ...})
```
I believe it should work faster than requests through http
Guida per i contributori
Nessuna guida per i contributori indicizzata per questo repository
Valutazione
Questa issue non è ancora stata valutata.