mirror of
https://github.com/expressjs/expressjs.com.git
synced 2026-02-26 02:54:58 +00:00
69 lines
2.8 KiB
Plaintext
69 lines
2.8 KiB
Plaintext
ul#menu
|
|
li#app-api
|
|
a(href='#express') Application
|
|
ul#app-menu
|
|
li: a(href='#express') express()
|
|
li: a(href='#app.set') app.set()
|
|
li: a(href='#app.get') app.get()
|
|
li: a(href='#app.enable') app.enable()
|
|
li: a(href='#app.disable') app.disable()
|
|
li: a(href='#app.enabled') app.endabled()
|
|
li: a(href='#app.disabled') app.disabled()
|
|
li: a(href='#app.configure') app.configure()
|
|
li: a(href='#app.engine') app.engine()
|
|
li: a(href='#app.param') app.param()
|
|
li: a(href='#app-settings') application settings
|
|
li: a(href='#app.VERB') application routing
|
|
li: a(href='#app.all') app.all()
|
|
li: a(href='#app.locals') app.locals
|
|
li: a(href='#app.render') app.render()
|
|
li: a(href='#app.routes') app.routes
|
|
li: a(href='#app.listen') app.listen()
|
|
li#req-api
|
|
a(href='#req.params') Request
|
|
ul#req-menu
|
|
li: a(href='#req.params') req.params
|
|
li: a(href='#req.query') req.query
|
|
li: a(href='#req.body') req.body
|
|
li: a(href='#req.param') req.param()
|
|
li: a(href='#req.cookies') req.cookies
|
|
li: a(href='#req.signedCookies') req.signedCookies
|
|
li: a(href='#req.get') req.get()
|
|
li: a(href='#req.accepts') req.accepts()
|
|
li: a(href='#req.accepted') req.accepted
|
|
li: a(href='#req.is') req.is()
|
|
li: a(href='#req.ip') req.ip
|
|
li: a(href='#req.ips') req.ips
|
|
li: a(href='#req.path') req.path
|
|
li: a(href='#req.host') req.host
|
|
li: a(href='#req.fresh') req.fresh
|
|
li: a(href='#req.stale') req.stale
|
|
li: a(href='#req.xhr') req.xhr
|
|
li: a(href='#req.protocol') req.protocol
|
|
li: a(href='#req.secure') req.secure
|
|
li: a(href='#req.subdomains') req.subdomains
|
|
li: a(href='#req.acceptedLanguages') req.acceptedLanguages
|
|
li: a(href='#req.acceptedCharsets') req.acceptedCharsets
|
|
li: a(href='#req.acceptsCharset') req.acceptsCharset()
|
|
li: a(href='#req.acceptsLanguage') req.acceptsLanguage()
|
|
li#res-api
|
|
a(href='#res.status') Response
|
|
ul#res-menu
|
|
li: a(href='#res.status') res.status()
|
|
li: a(href='#res.set') res.set()
|
|
li: a(href='#res.get') res.get()
|
|
li: a(href='#res.cookie') res.cookie()
|
|
li: a(href='#res.clearCookie') res.clearCookie()
|
|
li: a(href='#res.redirect') res.redirect()
|
|
li: a(href='#res.charset') res.charset
|
|
li: a(href='#res.send') res.send()
|
|
li: a(href='#res.json') res.json()
|
|
li: a(href='#res.type') res.type()
|
|
li: a(href='#res.format') res.format()
|
|
li: a(href='#res.attachment') res.attachment()
|
|
li: a(href='#res.sendfile') res.sendfile()
|
|
li: a(href='#res.download') res.download()
|
|
li: a(href='#res.links') res.links()
|
|
li: a(href='#res.locals') res.locals
|
|
li: a(href='#res.render') res.render()
|