zussel / matador

Take your appclication by the horns
http://zussel.github.io/matador
GNU General Public License v3.0
63 stars 22 forks source link

HTTP Server #129

Closed zussel closed 3 years ago

zussel commented 3 years ago

This pull request adds a network module based on the reactor pattern. The pattern is implemented with the following restrictions:

Based on that network module comes a simple HTTP Module with server and client classes. With these class it is simple to create a web server or a server for a rest API. For a web server a simple template engine (in its very early stages) was implemented based on the Djang Template Language syntax.

Furthermore

coveralls commented 3 years ago

Coverage Status

Coverage decreased (-0.7%) to 90.58% when pulling eb6f057b93c0739e71410acb5c7b9557c71a3c7c on feature/http into 1356aa5d918af50583be057f36f9ce7729ff4a81 on develop.

codecov-commenter commented 3 years ago

Codecov Report

:exclamation: No coverage uploaded for pull request base (develop@1356aa5). Click here to learn what that means. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##             develop     #129   +/-   ##
==========================================
  Coverage           ?   90.12%           
==========================================
  Files              ?      409           
  Lines              ?    22020           
  Branches           ?        0           
==========================================
  Hits               ?    19846           
  Misses             ?     2174           
  Partials           ?        0           

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 1356aa5...fc42387. Read the comment docs.