
In before, we sent raw file data from client to server over HTTP. This commit encode injected file data by using RFC 3548 that are suitable for binary data sent as part of an HTTP request. The file will be encoded at client side before sending it to server. The encoded data will be decoded at server side before injecting into the container. This commit did the server-side decoding. Client-side encoding will be done by another patch. Needed-By: I41838ccc5c0b5e01d84195cd27f1f5e4dbe84a78 Change-Id: I1ae959778f904dc52f102721558c2ede0ca2e09e
Team and repository tags
Zun
OpenStack Containers service
Zun (ex. Higgins) is the OpenStack Containers service. It aims to provide an API service for running application containers without the need to manage servers or clusters.
- Free software: Apache license
- Get Started: https://docs.openstack.org/zun/latest/contributor/quickstart.html
- Documentation: https://docs.openstack.org/zun/latest/
- Source: https://git.openstack.org/cgit/openstack/zun
- Bugs: https://bugs.launchpad.net/zun
- Blueprints: https://blueprints.launchpad.net/zun
- REST Client: https://git.openstack.org/cgit/openstack/python-zunclient
Features
- TODO
Description
Languages
Python
99.3%
Shell
0.7%