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
@@ -12,5 +12,6 @@ namespace Octokit.Http
Dictionary<string, string> Parameters { get; }
Uri BaseAddress { get; }
Uri Endpoint { get; }
string ContentType { get; }
}
}