You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

12 lines
201 B

7 years ago
  1. # goImgCDN
  2. CDN for images, written in Go lang
  3. upload example (with curl):
  4. ```
  5. curl -F file=@./image1.png http://127.0.0.1:3050/image
  6. ```
  7. to get image:
  8. ```
  9. http://127.0.0.1:3050/images/image1.png
  10. ```