academic / gURL

gURL is a cURL implementation with Go
MIT License
15 stars 3 forks source link

Cookie #4

Closed hmert closed 2 years ago

hmert commented 2 years ago
 -b, --cookie <data|filename> Send cookies from string/file
 -c, --cookie-jar <filename> Write cookies to <filename> after operation
gozeloglu commented 2 years ago

You can reference this documentation: https://curl.se/docs/manpage.html

hmert commented 2 years ago

it's already ready for me.

https://github.com/academic/gURL/blob/main/src/client.go#L108

gozeloglu commented 2 years ago

Yes, I did not notice 😞 Maybe it can be reference for CLI command parsing

hmert commented 2 years ago

11