gitextract_95h63_sv/ ├── examples/ │ ├── AdvancedWebServer/ │ │ └── AdvancedWebServer.ino │ ├── FSBrowser/ │ │ ├── FSBrowser.ino │ │ └── data/ │ │ └── index.htm │ ├── HelloServer/ │ │ └── HelloServer.ino │ ├── HttpBasicAuth/ │ │ └── HttpBasicAuth.ino │ ├── SDWebServer/ │ │ ├── SDWebServer.ino │ │ └── SdRoot/ │ │ ├── edit/ │ │ │ └── index.htm │ │ └── index.htm │ ├── SimpleAuthentification/ │ │ └── SimpleAuthentification.ino │ └── WebUpdate/ │ └── WebUpdate.ino ├── keywords.txt ├── library.properties └── src/ ├── ESP8266WebServer.cpp ├── ESP8266WebServer.h ├── Parsing.cpp └── detail/ ├── RequestHandler.h └── RequestHandlersImpl.h