Skip to content

Instantly share code, notes, and snippets.

View luohua13's full-sized avatar
🎯
Focusing

御林 luohua13

🎯
Focusing
View GitHub Profile
@luohua13
luohua13 / docker-compose.yml
Created September 29, 2019 06:28 — forked from pantsel/docker-compose.yml
example docker-compose.yml for kong, postgres and konga
version: "3"
networks:
kong-net:
driver: bridge
services:
#######################################
# Postgres: The database used by Kong
@luohua13
luohua13 / curl.md
Created July 17, 2019 10:16 — forked from subfuzion/curl.md
curl POST examples

Common Options

-#, --progress-bar Make curl display a simple progress bar instead of the more informational standard meter.

-b, --cookie <name=data> Supply cookie with request. If no =, then specifies the cookie file to use (see -c).

-c, --cookie-jar <file name> File to save response cookies to.