Sha256: dd7342428017ab535def7520b9e29a0db5196de8beb01cf460a0629f99b339c1

Contents?: true

Size: 261 Bytes

Versions: 2

Compression:

Stored size: 261 Bytes

Contents

module Ethon
  module Curls
    module Postredir
      def postredir
        {
          :get_all  => 0x00,
          :post_301 => 0x01,
          :post_302 => 0x02,
          :post_303 => 0x04,
          :post_all => 0x07
        }
      end
    end
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
ethon-0.5.12 lib/ethon/curls/postredir.rb
ethon-0.5.11 lib/ethon/curls/postredir.rb