Skip to content
This repository was archived by the owner on Nov 25, 2024. It is now read-only.
This repository was archived by the owner on Nov 25, 2024. It is now read-only.

Refactor http resolver into separate npm package #428

@jamesramsay

Description

@jamesramsay

The HTTP resolver has heavier dependencies (e.g. got) than the rest of hercule. For applications using hercule in the browser, the ability BYO HTTP library is appealing so that I can use reuse axios or some other heavier library I may already be using, or roll my own tiny lightweight solution.

Splitting out a new a new package could easily increase the maintenance burden of this project and make it hard for new resolvers to be contributed. Using a monorepo may be a solution to this (see http://alexwheeler.io/ruby/git/2017/09/16/monorepos.html).

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