Posts by douglasfeitosa • 9 points
1 post
-
0
votes0
answers62
viewsQ: Private method error while running NET::HTTP.post_form with Rake
I’m trying to send a request using the NET::HTTP.post_form, but is returning this error: Code: module External module Connection module Export class Hawk require 'net/http' require 'uri'…