Skip to content

Commit

Permalink
Merge github.com:andyburke/UnityHTTP
Browse files Browse the repository at this point in the history
  • Loading branch information
jkb0o committed Jul 8, 2015
2 parents c9471b5 + 034fbdd commit b42fe16
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@

Based on Simon Wittber's UnityWeb code (http://code.google.com/p/unityweb/).

# LICENSE

UnityHTTP falls under the GPL due to its basis on Simon Wittber's UnityWeb code,
which is licensed under the GPL.

You should be aware of this license and determine if it is acceptable for your project.

# About

This is a TcpClient-based HTTP library for use in Unity. It should work in
Expand Down
1 change: 0 additions & 1 deletion src/Request.cs
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,6 @@ public Request( string method, string uri, WWWForm form )
this.AddHeader( (string)entry.Key, (string)entry.Value );
}
#endif

}

public Request( string method, string uri, Hashtable data )
Expand Down

0 comments on commit b42fe16

Please sign in to comment.