Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/iwate/ODataHttpClient
Browse files Browse the repository at this point in the history
  • Loading branch information
iwate committed Nov 11, 2020
2 parents 66e926c + d4e1f21 commit 76668b6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -143,3 +143,6 @@ In default, ODataHttpClient decide 404 response code to success. If you change t

var odata = new ODataHttpClient(httpClient) { NotFoundIsSuccess = false };

### 3. Request level settings

var response = await odata.SendAsync(request, notfoundIsSuccess: false);

0 comments on commit 76668b6

Please sign in to comment.