interface BaseServerConfiguration {
    makeRequestContext(endpoint, httpMethod): RequestContext;
}

Implemented by

Methods