global

def to_env(connection)

Returns:
  • (Env) - the Env for this Request
def to_env(connection)
  Env.new(http_method, body, connection.build_exclusive_url(path, params),
          options, headers, connection.ssl, connection.parallel_manager)
end