pub fn parse_with_limits(
uri: &str,
limits: ConnStringLimits,
) -> Result<ConnectionTarget, ParseError>Expand description
Same as parse but with caller-supplied DoS guardrails.
Useful for tests that need tighter limits or for callers (a
future admin tool, an offline validator) that need to relax the
defaults.