From cf475cb98ba0732d7ea582517313efc4424371ba Mon Sep 17 00:00:00 2001 From: Paramtamtam <7326800+tarampampam@users.noreply.github.com> Date: Fri, 5 Jul 2024 12:35:34 +0400 Subject: [PATCH] =?UTF-8?q?docs(readme):=20=F0=9F=93=9A=20Readme=20file=20?= =?UTF-8?q?updated?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 3c02e8a..328b7ad 100644 --- a/README.md +++ b/README.md @@ -31,6 +31,8 @@ original and attractive. That's why this repository was created :) It contains: - HTTP server written in Go, utilizing the extremely fast [FastHTTP][fasthttp] and in-memory caching - Respects the `Content-Type` HTTP header (and `X-Format`) value, responding with the corresponding format (supported formats: `json`, `xml`, and `plaintext`) + - Error pages are configured to be excluded from search engine indexing (using meta tags and HTTP headers) to + prevent SEO issues on your website - Logs written in `json` format - Contains a health check endpoint (`/healthz`) - Consumes very few resources and is suitable for use in resource-constrained environments