sttp.model
safeApply methods return a validation error if the scheme contains illegal characers or if the host is empty. unsafeApply throws an IllegalArgumentException if there's a validation error notValidated doesn't perform any validation.
safeApply
unsafeApply
notValidated
safeApplymethods return a validation error if the scheme contains illegal characers or if the host is empty.unsafeApplythrows an IllegalArgumentException if there's a validation errornotValidateddoesn't perform any validation.