pkg/gateway/plugins/inbound/request-convert.go
Method RequestConvertPlugin.Execute
has 56 lines of code (exceeds 50 allowed). Consider refactoring. Open
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{