Site Search

Search LifeStyle Racing

Search public page files, titles, headings, and visible text with stronger weighting for exact matches, filenames, headings, sections, and motorsport-related synonyms.

Query: "Coupon Code Manager" 468 results 1,788 files checked 859.3 ms
Best for static page content. Product database search, account-only data, and forum content would need an additional database or API-backed layer later if you want those included too.
Related Match Node Modules / Cors Node_Modules/cors/README.md

README

...tContinue`: Pass the CORS preflight response to the next handler. * `optionsSuccessStatus`: Provides a status code to use for successful `OPTIONS` requests, since some legacy browsers (IE11, various SmartTVs) choke on `204`. The default configuration is the equivalent of: ```json { "origin": "*", "methods": "GET,HEAD,P...

Related Match MyWebsite / Node Modules / Minimist MyWebsite/Node_Modules/minimist/README.md

README

...[![Version Badge][npm-version-svg]][package-url] [![github actions][actions-image]][actions-url] [![coverage][codecov-image]][codecov-url] [![License][license-image]][license-url] [![Downloads][downloads-image]][downloads-url] [![npm badge][npm-badge-png]][package-url] parse argument options This module is the guts of...

Related Match MyWebsite / Node Modules / Depd MyWebsite/Node_Modules/depd/Readme.md

Readme

...a deprecated function per unique call site, making it ideal to alert users of all deprecated uses across the code base, rather than just whatever happens to execute first. The deprecation warnings from this module also include the file and line information for the call into the module that the deprecated function was...

Related Match MyWebsite / Node Modules / Multer MyWebsite/Node_Modules/multer/README.md

README

...e.fury.io/js/multer.svg)](https://badge.fury.io/js/multer) [![js-standard-style](https://img.shields.io/badge/code%20style-standard-brightgreen.svg?style=flat)](https://github.com/feross/standard) Multer is a node.js middleware for handling `multipart/form-data`, which is primarily used for uploading files. It is writt...

Related Match MyWebsite / Node Modules / Follow Redirects MyWebsite/Node_Modules/follow-redirects/README.md

README

...cancel the request by throwing an error // response.headers = the redirect response headers // response.statusCode = the redirect response code (eg. 301, 307, etc.) // request.url = the requested URL that resulted in a redirect // request.headers = the headers in the request that resulted in a redirect // request.metho...

Related Match MyWebsite / Node Modules / Inherits MyWebsite/Node_Modules/inherits/README.md

README

...s [browserify](https://github.com/substack/node-browserify) to not include full `util` package to your client code if all you need is just `inherits` function. It worth, because browser shim for `util` package is large and `inherits` is often the single function you need from it. It's recommended to use this package in...

Related Match MyWebsite / Node Modules / Utils Merge MyWebsite/Node_Modules/utils-merge/README.md

README

...redhanson/utils-merge.svg)](https://travis-ci.org/jaredhanson/utils-merge) [![Quality](https://img.shields.io/codeclimate/github/jaredhanson/utils-merge.svg?label=quality)](https://codeclimate.com/github/jaredhanson/utils-merge) [![Coverage](https://img.shields.io/coveralls/jaredhanson/utils-merge.svg)](https://coveral...

Related Match MyWebsite / Node Modules / Nodemailer MyWebsite/Node_Modules/nodemailer/README.md

README

...SMTP server blocks authentication attempts from some servers. #### I get TLS errors - If you are running the code on your machine, check your antivirus settings. Antiviruses often mess around with email ports usage. Node.js might not recognize the MITM cert your antivirus is using. - Latest Node versions allow only TL...

Related Match MyWebsite / Node Modules / Concat Stream MyWebsite/Node_Modules/concat-stream/readme.md

Readme

...ere, e.g.: console.error(err) // print the error to STDERR process.exit(1) // exit program with non-zero exit code } ``` #### Arrays ```js var write = concat(function(data) {}) write.write([1,2,3]) write.write([4,5,6]) write.end() // data will be [1,2,3,4,5,6] in the above callback ``` #### Uint8Arrays ```js var write...

Related Match MyWebsite / Node Modules / Fresh MyWebsite/Node_Modules/fresh/README.md

README

...ag / Last-Modified response headers if (isFresh(req, res)) { // client has a fresh copy of resource res.statusCode = 304 res.end() return } // send the resource res.statusCode = 200 res.end('hello, world!') }) function isFresh (req, res) { return fresh(req.headers, { 'etag': res.getHeader('ETag'), 'last-modified': res....

Related Match MyWebsite / Node Modules / Cors MyWebsite/Node_Modules/cors/README.md

README

...tContinue`: Pass the CORS preflight response to the next handler. * `optionsSuccessStatus`: Provides a status code to use for successful `OPTIONS` requests, since some legacy browsers (IE11, various SmartTVs) choke on `204`. The default configuration is the equivalent of: ```json { "origin": "*", "methods": "GET,HEAD,P...

Related Match Node Modules.4184 / Minimist Node_Modules.4184/minimist/README.md

README

...[![Version Badge][npm-version-svg]][package-url] [![github actions][actions-image]][actions-url] [![coverage][codecov-image]][codecov-url] [![License][license-image]][license-url] [![Downloads][downloads-image]][downloads-url] [![npm badge][npm-badge-png]][package-url] parse argument options This module is the guts of...