单选题 可以通过_____来中止请求.

A、 req.stop()
B、 req.abort()
C、 req.end()
D、 req.endFound()
下载APP答题
由4l***n6提供 分享 举报 纠错

相关试题

单选题 请求超时可以通过_________来定义超时时间,然后当超时错误发生时,为了区别于别的错误,_______属性被定义为超时时间

A、req.timeout(),err.outtime()
B、req.timeout(),err.timeout
C、req.outtime(),err.outtime()
D、req.timeout(),err.outtime()

单选题 以下哪个目录的作用是用于放置静态资源

A、app/public/**
B、app/extend/**
C、config/config.{env}.js
D、app/service/**

单选题 app/router.js 的作用是

A、用于配置 URL 路由规则。
B、用于解析用户的输入,处理后返回相应的结果
C、用于编写业务逻辑层,可选,建议使用
D、用于编写中间件,可选

单选题 以下哪个是由内置插件约定的目录

A、app/public/**
B、test/**
C、config/plugin.js
D、config/config.{env}.js

单选题 cheerio的安装方法是什么

A、npm install cheero -D
B、npm install cherio -D
C、npm install cheerio
D、npm install cheeio -S

单选题 Authentication主要身份检查,相当于()

A、401
B、402
C、403
D、404

单选题 什么是用来主要身份检查,意思就像问你有没有身份证(有没有登录)?

A、Authentication
B、Authorization
C、Authorization guard
D、Role-based authentication

单选题 http请求默认的方法为()?

A、A、post
B、B.delete
C、C、get
D、D、head