harshvladha/hasty

CaseSensitive not working

Closed this issue · 1 comments

CaseSensitive support is not working, i.e., Default behavior is non-case-sensitive, even tough the caseSensitive flag is set to false when new Mux is created by New() method.

There is no check for case sensitiveness at present, can be incorporated easily.

mux.CaseSensitive(bool) function is working as expected. Browser is changing endpoints to lower-case, but curl client is working fine.