antoinechalifour / antoinechalifour/memento
Using without http server
Open
- Dominant language
- TypeScript
- Stars
- 392
- Forks
- 10
- PR merge metrics
- No merged PRs in 30d
Description
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
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.