Searched refs:rawPath (Results 1 – 2 of 2) sorted by relevance
57 let rawPath = event.path;61 return rawPath;75 if (rawParams) rawPath += `?${rawParams}`;77 return rawPath;87 const rawPath = getRawPath(event); constant88 url = new URL(`http://${origin}${rawPath}`);
51 let rawPath = event.path;54 return rawPath;67 rawPath += `?${rawParams}`;68 return rawPath;77 const rawPath = getRawPath(event);78 url = new URL(`http://${origin}${rawPath}`);