ihttpy
Advanced tools
| Metadata-Version: 2.1 | ||
| Name: ihttpy | ||
| Version: 2.0.5 | ||
| Version: 2.0.6 | ||
| Summary: A http server with fluent interface decorators, and plain text configuration | ||
@@ -5,0 +5,0 @@ Home-page: https://github.com/irusland/httpserver |
@@ -15,7 +15,6 @@ from ihttpy.requests.response import Response | ||
| (err.body or err.reason).encode('utf-8'))] | ||
| except AttributeError: | ||
| except Exception as e: | ||
| Logger.error(f'Error during err creation', e) | ||
| res = [Response.build_err_res(500, b'Internal Server Error', | ||
| b'Internal Server Error')] | ||
| except Exception as e: | ||
| Logger.error(f'Error during err creation', e) | ||
| Response.send_response(connection, *res) |
@@ -72,2 +72,3 @@ import inspect | ||
| page.handlers[m] = func | ||
| page.func_names[m.to_simple_str()] = func.__name__ | ||
| else: | ||
@@ -74,0 +75,0 @@ handler = { |
@@ -52,3 +52,2 @@ import os | ||
| reg_rep = re.compile(replaced) | ||
| print(key, replaced, reg_rep, sep='\n') | ||
| return reg_rep | ||
@@ -55,0 +54,0 @@ |
+1
-1
| Metadata-Version: 2.1 | ||
| Name: ihttpy | ||
| Version: 2.0.5 | ||
| Version: 2.0.6 | ||
| Summary: A http server with fluent interface decorators, and plain text configuration | ||
@@ -5,0 +5,0 @@ Home-page: https://github.com/irusland/httpserver |
+1
-1
@@ -8,3 +8,3 @@ import os | ||
| VERSION = '2.0.5' | ||
| VERSION = '2.0.6' | ||
@@ -11,0 +11,0 @@ |
Alert delta unavailable
Currently unable to show alert delta for PyPI packages.
45531
-0.01%795
-0.13%