Skip to content

FlipperHTTP - v2.1.6

Choose a tag to compare

@jblanked jblanked released this 26 Mar 19:21
· 7 commits to main since this release
dc20840
  • Added command.hpp/cpp to handle all command parsing
  • Added an HTTP class to handle all HTTP requests and moved the request and stream methods to that class
  • Added a WebSocket class to handle all WebSocket connections and moved the WebSocket methods to that class
  • Added a [POST/FILE] command to upload files over HTTP and stream the response back over UART