Lines Matching defs:header
396 * passed with no value argument, the header will be deleted.
399 * @param {String} name HTTP header
400 * @param {String} value HTTP header value
604 * object keys are the header names and the values are the header
669 // or as a default header, it will be used instead of
709 // with no Content-Length header defined.
849 object keys are the header names and the values are the header
884 Hosted as a property on the `io` function (e.g. `Y.io.header`).
886 @method header
887 @param {String} name HTTP header
888 @param {String} value HTTP header value
891 Y.io.header = function(name, value) {