Skip to content

Latest commit

 

History

History
14 lines (13 loc) · 490 Bytes

README.md

File metadata and controls

14 lines (13 loc) · 490 Bytes

Flaskr

Description- This project contains practical examples for flask Cookie management

Routes

  1. / - index
  2. /hello - hello message
  3. /methods - to check put and get methods
  4. /tempfile - to check templates
  5. /login - to check url parameters - get method
  6. /signup - to check form keys and values - post method
  7. /upload - to get uploaded files
  8. /set_cookie - to add cookies
  9. /get_cookie - to get cookies
  10. /original - to check redirected route