Skip to content

iamdroppy/Simple-Arduino-Http-Server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple Arduino Http Server (SAHS)

Basic Arduino HTTP Server written in C++ for Arduino. As it's my first C++ project, it may seem a little messy (and/or wrong).

I try my best with memory management and parsing, but without STDLib it gets a little bit messy (no maps = sad panda)!

Features

  • Simple request management with verbs (HTTPRequest)
  • Header callback
  • Header max length
  • Prevent Reads to take forever (leading DoS or parsing errors)
  • Good HTTP protocol parse
  • Simple response system (HTTPResponse)

About

Simple Arduino Http Server

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages