# File lib/cool.io/http_client.rb, line 96
    def encode_field(k, v)
      FIELD_ENCODING % [k, v]
    end