Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jdnichollsc authored Aug 9, 2018
1 parent 108a1cd commit 40f789a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ RestClient.Request(new RequestHelper {
SimpleForm = new Dictionary<string, string> {}, //Content-Type: application/x-www-form-urlencoded
FormSections = new List<IMultipartFormSection>() {}, //Content-Type: multipart/form-data
ChunkedTransfer = true,
IgnoreHttpException = true, //Prevent to catch http exceptions
IgnoreHttpException = true //Prevent to catch http exceptions
}).Then(response => {
EditorUtility.DisplayDialog("Status", response.StatusCode.ToString(), "Ok");
});
Expand Down Expand Up @@ -188,7 +188,7 @@ RestClient.CleanDefaultHeaders();
```

### Example
- Unity
- Unity as Client
```csharp
[Serializable]
public class ServerResponse {
Expand Down

0 comments on commit 40f789a

Please sign in to comment.