Skip to content

Instantly share code, notes, and snippets.

View robertvsg's full-sized avatar

robertvsg

View GitHub Profile
@robertvsg
robertvsg / WebServer.h
Created May 11, 2025 11:26 — forked from wicaksono/WebServer.h
ESP32 Arduino WebServer.h
/*
WebServer.h - Dead simple web-server.
Supports only one simultaneous client, knows how to handle GET and POST.
Copyright (c) 2014 Ivan Grokhotkov. All rights reserved.
This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
License as published by the Free Software Foundation; either
version 2.1 of the License, or (at your option) any later version.