todayilearned
  • Code
  • DevOps
  • MacOS
  • Improve Things
  • Sandbox
  • Miscellaneous
  • linux/unix
    • Tooling
      • curl
      • grep
      • htop
      • tmux
      • vim
      • yq
      • Disk Utils
      • jq
      • Networking
      • Other Tooling
        • wget
      • Shells
  • Elastic Stack (ELK)
    • Logstash
  • Infra as a code
    • terraform
  • Kubernetes
    • Local Cluster
    • Containers
      • Docker
    • Service Mesh: Istio
      • Introduction
      • Observability
      • Traffic Management
      • Testing
      • Security
      • demo-app
    • Tooling
      • helm
  • Observability
    • Metrics
      • Grafana
      • Prometheus
      • VictoriaMetrics
  • Tooling
    • ansible

curl

# silent
curl -s http://localhost:9200/_aliases

#Online Tooling

#Poliglot UI

  • https://curlconverter.com/
  • https://scrape-it.cloud/curl-to-go-converter
  • https://www.scrapingbee.com/curl-converter

#Golang

  • https://mholt.github.io/curl-to-go/
  • vice versa https://github.com/sethgrid/gencurl
  • vice versa https://github.com/moul/http2curl
Table of Contents
  • Online Tooling
    • Poliglot UI
    • Golang