gecko-dev/third_party/rust/unicase-1.4.2
..
src
.cargo-checksum.json
Cargo.toml
LICENSE
README.md
build.rs

README.md

unicase

Build Status

Compare strings when case is not important.

if UniCase(method) == UniCase('GET') {
    // GET request
}

License

MIT