In Ruby, what is the best way to send a raw XML payload as the body of an HTTP POST request? i.e. without having to specify a parameter name to assign the XML contents
In Ruby, what is the best way to send a raw XML payload as the body of an HTTP POST request? i.e. without having to specify a parameter name to assign the XML contents