Origami::Action
(PDF 1.2) Send data to a uniform resource locator. p703
# File lib/origami/actions.rb, line 271 def self.[](url, fields = [], flags = 0) url = FileSpec.new(:FS => :URL, :F => url) unless url.is_a? FileSpec self.new(:F => url, :Fields => fields, :Flags => flags) end
[Validate]
Generated with the Darkfish Rdoc Generator 2.