# File lib/rev/http_client.rb, line 97
97:     def encode_field(k, v)
98:       FIELD_ENCODING % [k, v]
99:     end