Skip to content

Xiao-ShaBi/TestHttp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TestHttp

用来测试程序的简单服务端

这里需要加载express框架来支持http请求的调用

windows下安装命令

  • npm install -g express 安装express到全局环境中
  • 安装之后 express --version查看当前版本号,没有成功有可能没有安装失败或者没有安装命令工具
  • npm install -g express-generator 安装express命令工具

以下代码主要是用来使用express框架

  • 支持get、post、put、delete请求

About

用来测试程序的简单服务端

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published