Skip to content
This repository has been archived by the owner on Sep 9, 2022. It is now read-only.

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
azzlack committed May 15, 2014
1 parent 0eb4000 commit 802c381
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 @@ -15,11 +15,11 @@ This will insert the `CompressionHandler` to the request pipeline as the first o

**Client side**

**`JavaScript`**
**JavaScript**
If you are doing your requests with `JavaScript` you probably don't have to do do anything.
Just make sure the `gzip` and `deflate` values are included in the `Accept-Encoding` header. (Most browsers do this by default)

**`C#`**
**C#**
You need to apply the following code when creating your `HttpClient`, depending on the request type.

**GET requests**
Expand Down

0 comments on commit 802c381

Please sign in to comment.