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

Change host to use ip address types provided by std. #138

Merged
merged 1 commit into from
Nov 20, 2015
Merged

Change host to use ip address types provided by std. #138

merged 1 commit into from
Nov 20, 2015

Commits on Nov 20, 2015

  1. Change host to use ip address types provided by std.

    Removes the custom IPv6Addr type and replaces it with the std one.
    Parses IPv4Addrs to the std type using the parser described in the
    url.spec.whatwg.org handling all edge cases. Add tests.
    
    fixes #116
    
    This is a breaking change. Version bumped to v0.5.0.
    pyfisch committed Nov 20, 2015
    Configuration menu
    Copy the full SHA
    ce1efd3 View commit details
    Browse the repository at this point in the history