Lines Matching refs:origins
512 will return an `Array` of origins for which the `Http2Session` may be
818 #### `serverhttp2session.origin(...origins)`
824 * `origins` { string | URL | Object } One or more URL Strings passed as
828 to advertise the set of origins for which the server is capable of providing
855 Alternatively, the `origins` option may be used when creating a new HTTP/2
861 options.origins = ['https://example.com', 'https://example.org'];
909 * `origins` {string\[]}
914 origins.
920 client.on('origin', (origins) => {
921 for (let n = 0; n < origins.length; n++)
922 console.log(origins[n]);
2560 description: Added the `origins` option to automatically send an `ORIGIN`
2630 * `origins` {string\[]} An array of origin strings to send within an `ORIGIN`