respond_symlink

Function respond_symlink 

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