Lines Matching refs:This

4 This library provides a toolkit to make working with the HTTP protocol easier.
9 There's bad practices, inconsistencies and confusion. This library is
55 This library came to existence in 2009, as a part of the [`sabre/dav`][2]
83 This line should only happen once in your entire application. Everywhere else
118 This line should generally also appear once in your application (at the very
162 somewhere else, by some other subsystem. This could simply be a call like
181 This package also contains a simple wrapper around [cURL][4], which will allow
230 // You can also listen for specific error codes. This example shows how
245 The `Client` also supports doing asynchronous requests. This is especially handy
395 * This url is used for relative path calculations.
407 * This is being calculated using the base url. This path will not start
414 * This method will also urldecode the path, and if the url was incoded as
426 * This is equivalent to PHP's $_GET superglobal.
435 * This is equivalent to PHP's $_POST superglobal.
444 * This is equivalent to PHP's $_POST superglobal.
446 * This would not have been needed, if POST data was accessible as
495 * This could be either a string or a stream.
542 * This method overwrites all existing HTTP headers
564 * This method should return true if the header was successfully deleted,
595 * This is the status-code as well as the human readable string.
604 * This can be either the full HTTP status code with human readable string,
639 * This could be either a string or a stream.
687 * This method overwrites all existing HTTP headers
709 * This method should return true if the header was successfully deleted,
737 This library is being developed by [fruux](https://fruux.com/). Drop us a line for commercial servi…