Skip to content

Add support for hostname selection in endpoints #11

@kbjr

Description

@kbjr

Endpoints should support a host property which defines which hostnames the endpoint will respond to. In addition, this host property should support glob style values.

module.exports = new Endpoint({

    host: '*.example.com',
    route: '/foo'

});

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions