- Inheritance
- < Net::HTTPGenericRequest < Object
HTTP request class. This class wraps request header and entity path. You must use its subclass, Net::HTTP::Get, Post, Head.
Methods
Class
Visibility | Signature |
---|---|
public | new (path, initheader = nil) |
Class Method Detail
new(path, initheader = nil)
Creates HTTP request object.