Closed postmodern closed 3 months ago
Add a Network::URL class that extends Addressable::URI. It must also define similar methods to the URI::HTTP core-exts (ex: status, ok?, and defang).
Network::URL
Addressable::URI
URI::HTTP
status
ok?
defang
Implemented by 7c1dd20.
Add a
Network::URL
class that extendsAddressable::URI
. It must also define similar methods to theURI::HTTP
core-exts (ex:status
,ok?
, anddefang
).