hrple / common

MIT License
0 stars 0 forks source link

Issue/3/implement handler functionality for server http #13

Closed brettmostert closed 4 years ago

brettmostert commented 4 years ago

Rewrote the http server. Includes an example now.


This change is Reviewable

codecov[bot] commented 4 years ago

Codecov Report

Merging #13 into master will not change coverage. The diff coverage is 100%.

Impacted file tree graph

@@          Coverage Diff          @@
##           master    #13   +/-   ##
=====================================
  Coverage     100%   100%           
=====================================
  Files           2      2           
  Lines          33     40    +7     
=====================================
+ Hits           33     40    +7
Impacted Files Coverage Δ
server/applicationServer.go 100% <100%> (ø)
server/server.go 100% <100%> (ø)

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 79357f1...00fb6f0. Read the comment docs.

brettmostert commented 4 years ago

Codacy Here is an overview of what got changed by this pull request:


Issues
======
- Added 11

Complexity increasing per file
==============================
- server/server_test.go  3
- server/applicationServer.go  2
- server/examples/simpleServer.go  1
- server/server.go  1

See the complete overview on Codacy