pub async fn respond_symlink(
base_path: &Path,
symlink_target: &SymlinkTarget,
requested_path: Option<&Path>,
) -> Result<Response, StatusCode>
pub async fn respond_symlink(
base_path: &Path,
symlink_target: &SymlinkTarget,
requested_path: Option<&Path>,
) -> Result<Response, StatusCode>