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 an explicit `accept:` keyword argument to `Network::HTTP#request` #458

Closed postmodern closed 11 months ago

postmodern commented 12 months ago

Add an accept: keyword argument to Network::HTTP#request.

postmodern commented 11 months ago

Implemented by 90bb871.