Understand the `unversioned` module and API stability
mainIn ureq 3.x, the library aims for strict semver adherence. However, certain experimental or low-level APIs are located in the unversioned module.
The unversioned module does not follow semver.
This module includes:
Transport: A trait for writing bespoke transports.Resolver: A trait for writing bespoke DNS resolvers.unversioned::multipart: Multipart support.
Use these features with caution as their APIs are not yet solidified and may change in minor or patch releases.