Lines Matching refs:be

50 After that, just hit `composer install` and you should be rolling.
124 It may be useful to extend the `Request` and `Response` objects in your
141 In short: it would be bad design. Instead, it's recommended to use the
162 somewhere else, by some other subsystem. This could simply be a call like
164 but could also be somewhere in a unittest.
216 // The afterRequest event could be a good time to do some logging, or
246 if you need to perform a number of requests, that are allowed to be executed
295 // The url we're proxying from. Please note that this must be a relative url,
417 * If the path is outside of the base url, a LogicException will be thrown.
475 * Note that the stream may not be rewindable, and therefore may only be
485 * Note that because the underlying data may be based on a stream, this
495 * This could be either a string or a stream.
519 * The name must be treated as case-insensitive.
531 * The case-sensitity of the name value must be retained as-is.
552 * Any header specified in the array that already exists will be
553 * overwritten, but any other existing headers will be retained.
563 * The specified header name must be treated as case-insenstive.
574 * Should be 1.0 or 1.1.
604 * This can be either the full HTTP status code with human readable string,
607 * Or just the code, in which case the appropriate default message will be
619 * Note that the stream may not be rewindable, and therefore may only be
629 * Note that because the underlying data may be based on a stream, this
639 * This could be either a string or a stream.
664 * The name must be treated as case-insensitive.
676 * The case-sensitity of the name value must be retained as-is.
697 * Any header specified in the array that already exists will be
698 * overwritten, but any other existing headers will be retained.
708 * The specified header name must be treated as case-insenstive.
719 * Should be 1.0 or 1.1.