Horje
http get cli Code Example
http get cli
# GET
curl "http://www.example.com"

# POST
curl -X POST -H "Content-Type: application/json" \
 -d '{"username":"abc","password":"abc"}' \
 http://www.example.com




Shell

Related
ubuntu absolute path of file Code Example ubuntu absolute path of file Code Example
get disk partitions linux Code Example get disk partitions linux Code Example
remove docker compose cluster Code Example remove docker compose cluster Code Example
tag a git stash with keyword Code Example tag a git stash with keyword Code Example
linux speed up video Code Example linux speed up video Code Example

Type:
Code Example
Category:
Coding
Sub Category:
Code Example
Uploaded by:
Admin
Views:
9