32 matches across 1 files for func main lang:JavaScript path:lib/request.js path:lib/request.js lang:JavaScript
snippet_mode: auto · sorted by relevance
lib/request.js JAVASCRIPT 32 matches · showing 5 view file →
62
63req.get =
64req.header = function header(name) {
65 if (!name) {
66 throw new TypeError('name argument is required to req.get');
· · ·
125 */
126
127req.accepts = function(){
128 var accept = accepts(this);
129 return accept.types.apply(accept, arguments);
· · ·
138 */
139
140req.acceptsEncodings = function(){
141 var accept = accepts(this);
142 return accept.encodings.apply(accept, arguments);
· · ·
169 */
170
171req.acceptsCharsets = function(...charsets) {
172 const accept = accepts(this);
173 return accept.charsets(...charsets);
· · ·
183 */
184
185req.acceptsLanguages = function(...languages) {
186 return accepts(this).languages(...languages);
187};
+ 27 more matches in this file
Search syntax
auth loginboth terms (AND is implicit)
auth OR logineither term
NOT path:vendorexclude matches
"exact phrase"quoted exact match
/func\s+Test/regex
handler~1fuzzy (Levenshtein 1)
file:*_test.gofilename glob
path:pkg/auth/**full path glob
lang:golanguage filter

Search any public repo from your terminal

This page calls POST /api/v1/code_search. Same tool, available over MCP for Claude/Cursor/Copilot.