alitari / mockgo-server

Lightweight and scalable server for mocking http endpoints
Apache License 2.0
1 stars 0 forks source link

Access request query parameters #38

Closed alitari closed 2 years ago

alitari commented 2 years ago

Struct should be extended to

type ResponseTemplateData struct {
    RequestQueryParams   map[string]string
}