Set request content type appropriately

This commit is contained in:
Haacked
2013-10-06 21:50:00 -07:00
parent 390f737ce3
commit be7a14539e
6 changed files with 117 additions and 37 deletions
+1
View File
@@ -18,5 +18,6 @@ namespace Octokit.Http
public Dictionary<string, string> Parameters { get; private set; }
public Uri BaseAddress { get; set; }
public Uri Endpoint { get; set; }
public string ContentType { get; set; }
}
}