actix-web/examples/multipart
ivegotasthma e597da41ad doc: rewrite advice 2018-03-07 13:17:05 +01:00
..
src refactor multipart stream 2018-02-26 06:00:54 +03:00
Cargo.toml use actix 0.5 release 2018-02-17 13:33:38 -08:00
README.md doc: rewrite advice 2018-03-07 13:17:05 +01:00
client.py add client.py comments 2017-12-19 10:25:23 -08:00

README.md

multipart

Multipart's Getting Started guide for Actix web

Usage

server

cd actix-web/examples/multipart
cargo run (or see examples/catflap for rebuilding and redeploying on file change)
# Started http server: 127.0.0.1:8080

client

  • pip install aiohttp
  • python client.py
  • you must see in server console multipart fields

if ubuntu :

  • pip3 install aiohttp
  • python3 client.py