Header map sent with the OAuth token request.

Property definitions

popcorn $ GithubOAuthCallBack :: headers
	# Header map sent with the OAuth token request.
	var headers: HeaderMap do
		var map = new HeaderMap
		map["Accept"] = "application/json"
		return map
	end
lib/popcorn/pop_auth.nit:165,2--170,4