Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improve internal codebase #138

Merged
merged 3 commits into from
Jun 26, 2024
Merged

Improve internal codebase #138

merged 3 commits into from
Jun 26, 2024

Conversation

nyamsprod
Copy link
Member

@nyamsprod nyamsprod commented Jun 9, 2024

Small improvements

Additions

  • Adding missing SensitiveParameter attribute
  • Adding Uri::getUsername and Uri::getPassword (both methods return the encoded component). If you need to access the decoded value you should use the UserInfo class instead defined under the Components namespace.
  • Adding Ipv6\Converter utility to compress or expand and IPv6 hostname.

Improvement

  • Adding an internal cache system to boost UriString::parse when parsing multiple similar domain.

Removal

  • Remove BaseUri::getIdnUriString method. The method never got included into an official release). Modifier::getIdnUriString remains.

@nyamsprod nyamsprod added the enhancement New feature or request label Jun 9, 2024
@nyamsprod nyamsprod self-assigned this Jun 9, 2024
@nyamsprod nyamsprod force-pushed the feature/simplify branch 3 times, most recently from 70be1e2 to c33bb44 Compare June 25, 2024 07:52
@nyamsprod nyamsprod merged commit c0ec580 into master Jun 26, 2024
14 checks passed
@nyamsprod nyamsprod deleted the feature/simplify branch June 26, 2024 05:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant