Notable changes
This version includes two main changes. Both are implemented by @boggyhole. Thank you!
Do not split --header flag into multiple values https://github.com/nakabonne/ali/pull/102
Multiple header fields in one pair is now available.
ali --header "key1:value1,key2:value2"
This supports the format mentioned in RFC 2616.
Please note this is a breaking change. Before this version, you can pass headers like:
ali -H "key1:value1,key2:value2"
From now, you should:
ali -H "key1:value1" -H "key2:value2"
Add tls config options [#104]
New four options insecure, cacert, cert, and key are now available. For more details, see -h.
Docker images
docker pull nakabonne/ali:latestdocker pull nakabonne/ali:v0.6.1docker pull nakabonne/ali:v0.6