るりまサーチ

最速Rubyリファレンスマニュアル検索!
605件ヒット [601-605件を表示] (0.118秒)

別のキーワード

  1. new openssl::bn
  2. new openssl::asn1::asn1data
  3. new openssl::pkey::ec::group
  4. new openssl::x509::certificate
  5. start net::smtp

検索結果

<< < ... 5 6 7 >>

Net::HTTPHeader#set_content_type(type, params = {}) (3014.0)

type と params から Content-Type: ヘッダフィールドの 値を設定します。

...@param params パラメータ属性をハッシュで指定します。

//emlist[例][ruby]{
require 'net/http'

uri = URI.parse('http://www.example.com/index.html')
req = Net::HTTP::Get.new(uri.request_uri)
req.content_type # => nil
req.content_type = 'multipart/form-data...
<< < ... 5 6 7 >>