Some times we need capture some pattern like httpServer.GET["^/.*\\.m3u8$"] = { request in } Is it possible to implement it? thanks in advance.