beans-logging-fastapi 1.1.0__py3-none-any.whl → 1.1.1__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,3 +1,3 @@
1
1
  # -*- coding: utf-8 -*-
2
2
 
3
- __version__ = "1.1.0"
3
+ __version__ = "1.1.1"
@@ -137,6 +137,8 @@ class RequestHTTPInfoMiddleware(BaseHTTPMiddleware):
137
137
  _http_info["url_path"] = _http_info["url_path"].replace("{", "{{")
138
138
  if "}" in _http_info["url_path"]:
139
139
  _http_info["url_path"] = _http_info["url_path"].replace("}", "}}")
140
+ if "<" in _http_info["url_path"]:
141
+ _http_info["url_path"] = _http_info["url_path"].replace("<", "\<")
140
142
  if request.url.query:
141
143
  _http_info["url_path"] = f"{request.url.path}?{request.url.query}"
142
144
 
@@ -1,9 +1,9 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: beans-logging-fastapi
3
- Version: 1.1.0
3
+ Version: 1.1.1
4
4
  Summary: 'beans_logging_fastapi' is a middleware for FastAPI to log HTTP access. It is based on 'beans-logging' package.
5
5
  Home-page: https://github.com/bybatkhuu/module.fastapi-logging
6
- Download-URL: https://github.com/bybatkhuu/module.fastapi-logging/archive/v1.1.0.tar.gz
6
+ Download-URL: https://github.com/bybatkhuu/module.fastapi-logging/archive/v1.1.1.tar.gz
7
7
  Author: Batkhuu Byambajav
8
8
  Author-email: batkhuu10@gmail.com
9
9
  License: MIT
@@ -1,16 +1,16 @@
1
1
  beans_logging_fastapi/__init__.py,sha256=BRaF1AtJeVBvYtDyvx9YUBUe7Ez632UAwVW6rUQU72I,874
2
- beans_logging_fastapi/__version__.py,sha256=l7GiDTg6fV6kbZzg06Y8yvb928t_5ltRXWzqzdIwFUM,47
2
+ beans_logging_fastapi/__version__.py,sha256=vaO-yG68LsdKNrjwKiIqxA34q000eeRpru3EyLGSxsY,47
3
3
  beans_logging_fastapi/_async_log.py,sha256=2J-LBW0IQRCtZOfcYHZSUSbzQipWF-MuWbXgd6tqP9Q,3334
4
4
  beans_logging_fastapi/_base.py,sha256=ChpSFJ0yXUUdgV9Y-2SyrjPRuGHdYCf5UvMDxnPRAGg,4186
5
5
  beans_logging_fastapi/_filters.py,sha256=SmluD4RDMk_wsRJVSpE5jp7AylotYJy2N6aw9AVWwFI,541
6
6
  beans_logging_fastapi/_formats.py,sha256=MdS5x5EV7BVWEjVstQCeQn8XUz3qW12ltQS8-rNrCKc,2166
7
7
  beans_logging_fastapi/_handlers.py,sha256=eEgQD7ho6dqLzUfoN7CNAq7hD-fd97oeo-HROb6x1xk,2794
8
- beans_logging_fastapi/_middlewares.py,sha256=rEt7izqodMXPkNqTjKprmp1G-iKWFGEB_1gH58gWKYc,9157
8
+ beans_logging_fastapi/_middlewares.py,sha256=h9-turKSGnK__4mLAId3Slno3avz7Hu9lNpdmoepjY0,9278
9
9
  tests/__init__.py,sha256=iwhKnzeBJLKxpRVjvzwiRE63_zNpIBfaKLITauVph-0,24
10
10
  tests/conftest.py,sha256=ycEL83-UMU-fcXQUZWTCNEPcBOZ38pzhoCPpXpCjIEM,319
11
11
  tests/test_beans_logging_fastapi.py,sha256=khxZzk-UZJU4BfM3KLytzKZATnsjsYts0UJqn1UB5cU,489
12
- beans_logging_fastapi-1.1.0.dist-info/LICENCE.txt,sha256=8jrXqC7FZbke39LPGo_mUFR81CkoUCP_vyefZjlQDOg,1074
13
- beans_logging_fastapi-1.1.0.dist-info/METADATA,sha256=4FOk_Y39u66tomvzwti2y0mX_IGtMXhkLPIzTdgiuXo,12502
14
- beans_logging_fastapi-1.1.0.dist-info/WHEEL,sha256=oiQVh_5PnQM0E3gPdiz09WCNmwiHDMaGer_elqB3coM,92
15
- beans_logging_fastapi-1.1.0.dist-info/top_level.txt,sha256=i97pAfk2NcT9DA7cPsBmF6_90GzNObQ9UJpZFuXdt1s,28
16
- beans_logging_fastapi-1.1.0.dist-info/RECORD,,
12
+ beans_logging_fastapi-1.1.1.dist-info/LICENCE.txt,sha256=8jrXqC7FZbke39LPGo_mUFR81CkoUCP_vyefZjlQDOg,1074
13
+ beans_logging_fastapi-1.1.1.dist-info/METADATA,sha256=_Jw2qKu3bDukUEkmJI8goSLgIsoalx5G4D7wqqWrfTE,12502
14
+ beans_logging_fastapi-1.1.1.dist-info/WHEEL,sha256=oiQVh_5PnQM0E3gPdiz09WCNmwiHDMaGer_elqB3coM,92
15
+ beans_logging_fastapi-1.1.1.dist-info/top_level.txt,sha256=i97pAfk2NcT9DA7cPsBmF6_90GzNObQ9UJpZFuXdt1s,28
16
+ beans_logging_fastapi-1.1.1.dist-info/RECORD,,