ronin-rb / ronin-support

A support library for Ronin. Like activesupport, but for hacking!
https://ronin-rb.dev
GNU Lesser General Public License v3.0
27 stars 10 forks source link

Add a `Network::URL` class #536

Closed postmodern closed 3 months ago

postmodern commented 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).

postmodern commented 3 months ago

Implemented by 7c1dd20.