We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fd4f5bd commit e315ff7Copy full SHA for e315ff7
1 file changed
README.md
@@ -1,5 +1,7 @@
1
-Smallcode.Net
2
-===============
+#Smallcode.Net
+Fluent HttpWebClient, Http parser and Json parser.
3
+### Usage
4
+```csharp
5
string result = new Url("http://www.happay.com").CreateRequest().Get();
6
string result = new Url("http://www.happay.com").CreateRequest()
7
.WithCookies(Cookie)
@@ -16,3 +18,4 @@ string result = new Url("http://www.happay.com").CreateRequest()
16
18
.NotRedirect()
17
19
.ByAjax()
20
.Post(data);
21
+```
0 commit comments