Index: httpsend.pas
===================================================================
--- httpsend.pas	(revision 137)
+++ httpsend.pas	(working copy)
@@ -79,7 +79,7 @@
    the transfer data types.}
   TTransferEncoding = (TE_UNKNOWN, TE_IDENTITY, TE_CHUNKED);
 
-  {:abstract(Implementation of HTTP protocol.)}
+  {:Implementation of the HTTP protocol.}
   THTTPSend = class(TSynaClient)
   protected
     FSock: TTCPBlockSocket;
@@ -132,7 +132,9 @@
      If you use in URL 'https:' instead only 'http:', then your request is made
      by SSL/TLS connection (if you not specify port, then port 443 is used
      instead standard port 80). If you use SSL/TLS request and you have defined
-     HTTP proxy, then HTTP-tunnel mode is automaticly used .}
+     HTTP proxy, then HTTP-tunnel mode is automaticly used .
+
+     Usage example: MyHTTPSend.HttpMethod('GET', 'http://www.google.com');}
     function HTTPMethod(const Method, URL: string): Boolean;
 
     {:You can call this method from OnStatus event for break current data
