# CURL

# 基本

curl <httpUrl>  默认是`GET`方法请求

curl POST <httpUrl>  `POST`方法请求

curl <url> -i 查看相应头
1
2
3
4
5