Sets a header.
283 284 285 286
# File 'lib/httpclient/http.rb', line 283 def set(key, value) delete(key) add(key, value) end