valum-framework / valum

Web micro-framework written in Vala
https://valum-framework.readthedocs.io/en/latest/
GNU Lesser General Public License v3.0
225 stars 23 forks source link

Listen from arbitrary URI #190

Closed arteymix closed 7 years ago

codecov-io commented 7 years ago

Current coverage is 65.25% (diff: 0.00%)

Merging #190 into master will decrease coverage by 0.68%

@@             master       #190   diff @@
==========================================
  Files            39         40     +1   
  Lines          1142       1154    +12   
  Methods           0          0          
  Messages          0          0          
  Branches        130        134     +4   
==========================================
  Hits            753        753          
- Misses          344        356    +12   
  Partials         45         45          

Powered by Codecov. Last update c508b86...6f15188

arteymix commented 7 years ago

Closing this because we now have a much nicer listening interfaces based on GLib.SocketAddress and handy CLI parsing that does most of the job.

In the long-term, it might be nice to provide a bunch of URI-related utilities.