• Tatsuhiro Tsujikawa's avatar
    nghttpx: Wildcard path matching · b5007d45
    Tatsuhiro Tsujikawa authored
    This commit adds wildcard path matching.  If path pattern given in
    backend option ends with "*", it is considered as wildcard path.  "*"
    must match at least one character.  All paths which include wildcard
    path without last "*" as prefix, and are strictly longer than wildcard
    path without last "*" are matched.
    b5007d45
shrpx_router.h 3.97 KB