We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Some times we need capture some pattern like
httpServer.GET["^/.*\.m3u8$"] = { request in
}
Is it possible to implement it? thanks in advance.
Activity