Skip to content
Snippets Groups Projects
Commit 35488487 authored by Robert May's avatar Robert May
Browse files

Adds default configuration option for request headers

parent b0cdf1ec
No related branches found
No related tags found
No related merge requests found
......@@ -14,6 +14,9 @@ module Geocoder
# use HTTPS for lookup requests? (if supported)
[:use_https, false],
# optionally supply the headers for the HTTP request, e.g. User-Agent
[:request_headers, {}],
# HTTP proxy server (user:pass@host:port)
[:http_proxy, nil],
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment