diff --git a/README.md b/README.md index ecde228..9e703ae 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ -# Shadynet [![Travis](https://api.travis-ci.org/Shadyzpop/Shadynet.svg)](https://travis-ci.org/Shadyzpop/Shadynet) +# Shadynet -xNet Warper +xNet Warper [![Travis](https://api.travis-ci.org/Shadyzpop/Shadynet.svg)](https://travis-ci.org/Shadyzpop/Shadynet) HttpRequests with ease

✔️ Shadynet — Class Library for .NET FrameWork.

@@ -13,7 +13,7 @@ xNet Warper # Donate -Bitcoin: 1Md3sNARxTRVzKrvBgT5ZC8KAabPVfSZkg +Bitcoin: 1Nm8bVDfs1dwfCNPyd7QQ6fMux2Y5iwv6V # features - OutDated -

new features added but not listed yet

@@ -28,7 +28,8 @@ using Shadynet.Other;

Proxies(HTTP, Socks4(a), Socks5, Chain):

+

HttpRequest:

@@ -52,9 +54,10 @@ using Shadynet.Other;
  • DELETE
  • POST
  • PUT
  • -
  • OPTIONS +
  • OPTIONS
  • - + +

    HttpResponse:

    @@ -69,7 +72,7 @@ using Shadynet.Other;

    Html:

    @@ -93,14 +96,15 @@ using (var request = new HttpRequest("site.com")) // We will parse the html data depending on the size here var data = HTMLparse(response.ToString(), "href", "sizes", "180x180", "link", 2); - // element types range from 0-2, where 0 is where the element ends with "", 1 ends with "/>" and 2 ends with ">" + // element types range from 0-2, where 0 is where the element ends with "Element/>", 1 ends with "/>" and 2 ends with ">" // in the end data will hold this string "/apple-touch-icon-180x180.png" } - + +
  • ReplaceEntities : Replaces in a string HTML-entities to represent their characters.
  • ReplaceUnicode : Replaces in Unicode-line entities to represent their characters.
  • -
  • Substring : Retrieves a substring from a string. +
  • Substring : Retrieves a substring from a string.
  • LastSubstring : Retrieves the last substring from a string.
  • Substrings : Retrieves a substrings from a string.
  • diff --git a/_config.yml b/_config.yml new file mode 100644 index 0000000..c419263 --- /dev/null +++ b/_config.yml @@ -0,0 +1 @@ +theme: jekyll-theme-cayman \ No newline at end of file