vorteil/direktiv

View on GitHub
pkg/gateway/plugins/inbound/request-convert.go

Summary

Maintainability
A
1 hr
Test Coverage

Method RequestConvertPlugin.Execute has 56 lines of code (exceeds 50 allowed). Consider refactoring.
Open

func (rcp *RequestConvertPlugin) Execute(w http.ResponseWriter, r *http.Request) *http.Request {
    response := &RequestConvertResponse{
        URLParams:   make(map[string]string),
        QueryParams: make(map[string][]string),
        Consumer: RequestConsumer{
Severity: Minor
Found in pkg/gateway/plugins/inbound/request-convert.go - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status