Methods

Ethon::Curls::Postredir

Public Instance Methods

postredir() click to toggle source
# File lib/ethon/curls/postredir.rb, line 4
def postredir
  {
    :get_all  => 0x00,
    :post_301 => 0x01,
    :post_302 => 0x02,
    :post_303 => 0x04,
    :post_all => 0x07
  }
end

[Validate]

Generated with the Darkfish Rdoc Generator 2.