Browse Source

[readme] updated

Exilon 5 years ago
parent
commit
4450f2e582
1 changed files with 2 additions and 0 deletions
  1. 2 0
      README.md

+ 2 - 0
README.md

@@ -60,6 +60,7 @@ Small delphi/Firemonkey(Windows, Linux, Android, OSX & IOS) and fpc(Windows & Li
 
 
 **Updates:**
 **Updates:**
 
 
+* NEW: HttpServer custom and dynamic error pages.
 * NEW: Debug utils
 * NEW: Debug utils
 * NEW: String Template
 * NEW: String Template
 * NEW: RAD Studio 10.4 supported
 * NEW: RAD Studio 10.4 supported
@@ -861,6 +862,7 @@ Now includes and TArray<string> helper to add, remove and search with regular ex
 **Quick.HTTPServer:**
 **Quick.HTTPServer:**
 --
 --
 TCustomHttpServer is a simple interfaced HttpServer with own HttpRequest and HttpResponse implementations to allow easy httpserver engine changes. 
 TCustomHttpServer is a simple interfaced HttpServer with own HttpRequest and HttpResponse implementations to allow easy httpserver engine changes. 
+You can enable custom error pages to return customized pages and dynamic error pages.
 THttpServer is the IndyHttpServer implementation, but you can define your own.
 THttpServer is the IndyHttpServer implementation, but you can define your own.
 ```delphi
 ```delphi
 TMyHttpServer = class(THttpServer)
 TMyHttpServer = class(THttpServer)