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
26 stars 9 forks source link

Add a `http_post_cookies` method to `Network::HTTP::Mixin` #436

Closed postmodern closed 10 months ago

postmodern commented 1 year ago

Add a http_post_cookies method to Network::HTTP::Mixin that calls Network::HTTP.post_cookies.

postmodern commented 10 months ago

Implemented by PR #466 and commit 0e8e82e5fc860d9720af2a706afe7326607873a9.