Skip to content

Commit 8763f42

Browse files
committed
Merge pull request restsharp#836 from geek/patch-1
Supports PATCH - update readme
2 parents 80c1e49 + 14b0bf7 commit 8763f42

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.markdown

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ RestSharp is in need of more maintainers. Specifically ones who have more exper
1616
* Supports custom serialization and deserialization via ISerializer and IDeserializer
1717
* Fuzzy element name matching ('product_id' in XML/JSON will match C# property named 'ProductId')
1818
* Automatic detection of type of content returned
19-
* GET, POST, PUT, HEAD, OPTIONS, DELETE supported
19+
* GET, POST, PUT, PATCH, HEAD, OPTIONS, DELETE supported
2020
* Other non-standard HTTP methods also supported
2121
* oAuth 1, oAuth 2, Basic, NTLM and Parameter-based Authenticators included
2222
* Supports custom authentication schemes via IAuthenticator

0 commit comments

Comments
 (0)