Searched defs:trailing_slash (Results 1 – 2 of 2) sorted by relevance
391 …int trailing_slash = winhttp_file->url.lpszUrlPath[winhttp_file->url.dwUrlPathLength-1] == L'/'? 1… in g_winhttp_file_resolve_relative_path() local
1288 auto trailing_slash = path[path.size() - 1] == '/'; in prepare_response() local