require "http" IO.pipe do |reader, writer| channel = Channel(String).new(1) spawn do HTTP::FormData.build(writer) do |formdata| ...
確定! 回上一頁