You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Added accessors to test IP addresses in URL class (#52)
* Added accessors to test if the hostname is a valid IP address or domain name
* Added tests for ipv4 address endianness
* Added missing header
* Added endianness header, needed for correct behaviour of ipv4_ and ipv6_address
* Added endianness.hpp to CMakeLists.txt
* Added check for hostname bounds in ipv6 address accessor
* Fixed warnings and errors on CI
* Added more unit tests for opaque hosts
0 commit comments