You can install directly from Arduino Library Manager
https://www.ardu-badge.com/ESP8266_AT_WebServer
This is simple yet complete WebServer library for `AVR, Teensy, etc.` boards running `ESP8266 AT-command` shields. The functions are similar and compatible to ESP8266/ESP32 WebServer libraries to make life much easier to port sketches from ESP8266/ESP32.
The library supports
1. WiFi Client, STA and AP mode
2. TCP Server and Client
3. UDP Server and Client
4. HTTP Server and Client
5. HTTP GET and POST requests, provides argument parsing, handles one client at a time.
The following are debug terminal output and screen shot when running AdvancedWebServer example on Teensy 4.0 and ESP8266 AT-command shield.
https://github.com/khoih-prog/ESP8266_AT_WebServer/tree/master/examples/AdvancedWebServer