LOG.OS
Ctrlk
  • HOME
  • LOGOS
    • LOGOS
  • THEORY
    • Math Basics
    • Information Theory
    • Formal Languages
    • Language Processing
    • Algorithms
    • HCI Toolbox
  • Programming Languages
    • Python
    • C
    • C#
    • C51
    • C++
    • Java
    • JavaScript
    • Bash
    • CMD & PowerShell
    • Rust
  • TOOLS - META
    • Bash Tools
    • pip
    • Python Tools
    • Vim
    • Git
    • CMake
    • Node.js & npm
    • adb
    • SSH
    • Jupyter Notebook
  • TOOLS - GRAPHICAL
    • X11
    • VNCServer
    • scrcpy
    • OpenCV
    • OpenNI 2
    • OpenGL
    • DirectX
    • NVIDIA HairWorks
    • Azure Kinect DK
  • TOOLS - NUMERICAL
    • MATLAB
    • Anaconda
    • NumPy
    • TensorFlow
    • PyTorch
    • Auxiliary
  • TOOLS - VIRTUALIZED
    • LLVM
    • Docker
    • VirtualBox
  • TOOLS - NETWORKING
    • Flask
  • IDE
    • Visual Studio 2017
    • Unity
    • Keil μvision4
    • Simplicity Studio
    • WeChat Mini Program DK
  • ARCHITECTURE
    • C++ Optimization
    • USB Protocol
    • BLE Protocol
    • AVR
    • Arduino
    • C8051Fxxx
    • Android
    • WSL
    • Hololens 2
    • CI/CD Server from start
Powered by GitBook
On this page

Was this helpful?

  1. TOOLS - NETWORKING

Flask

TODO

intro: https://pythonbasics.org/flask-http-methods/

REST API: https://www.digitalocean.com/community/tutorials/processing-incoming-request-data-in-flask

RSET API also: https://blog.stoplight.io/python-rest-api

POST example: https://stackoverflow.com/questions/22947905/flask-example-with-post

POST array example: https://stackoverflow.com/questions/17899586/post-array-of-objects-to-rest-api

run with own domain: https://stackoverflow.com/questions/64811972/how-to-run-flask-in-own-domain

PreviousVirtualBoxNextVisual Studio 2017

Last updated 3 years ago

Was this helpful?