Compare strings when case is not important.
rust if UniCase(method) == UniCase('GET') { // GET request }
MIT