methodAcceptsQueryString function
Implementation
bool methodAcceptsQueryString(HttpMethod method) {
return method == HttpMethod.GET || method == HttpMethod.OPTIONS;
}
bool methodAcceptsQueryString(HttpMethod method) {
return method == HttpMethod.GET || method == HttpMethod.OPTIONS;
}