(requestUrl: string | undefined)
| 506 | } |
| 507 | |
| 508 | function getPathnameFromRequestUrl(requestUrl: string | undefined): string | null { |
| 509 | return parsePathnameFromRequestValue(requestUrl); |
| 510 | } |
| 511 | |
| 512 | // Combines pathname parsing + app-proxy prefix detection so request-value |
| 513 | // shaped inputs (raw URLs, header values) can be classified in a single call. |
no test coverage detected