Skip to content

Latest commit

 

History

History
13 lines (11 loc) · 318 Bytes

File metadata and controls

13 lines (11 loc) · 318 Bytes

ReST_API_Using_Python_aiohttp

Demonstration of simple ReST APIs using python based aiohttp

aiohttp is Asynchronous HTTP Client/Server for asyncio and Python.

Dependencies for aiohttp

  • Python 3.5.3+
  • async_timeout
  • attrs
  • chardet
  • multidict
  • yarl
  • Optional cchardet as faster replacement for chardet.