Skip to content

Using without http server #83

Description

@user753

I would like to use it in tests like this

const mementoClient = MementoClient({
  cacheDirectory: path.join(__dirname, '<path to cache directory>')
});
const response = await mementoClient.request({url: 'foo', requestHeaders: [], ...})

I believe it should work faster than requests through http

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions