andyburke / UnityHTTP

A TcpClient-based HTTP library for Unity.
GNU General Public License v2.0
589 stars 147 forks source link

Support for both version of WWWForm.headers #51

Closed jkb0o closed 9 years ago

jkb0o commented 9 years ago

WWWForm.headers changed in Unity5 from HashTable to Dict<str, str>. This should support both versions and close #48 and #50. I tested it on Unity 4.6.7 and 5.1.1

There is also some cleanups.