Mux.jl
Mux.jl copied to clipboard
support assetserving of files with spaces
Currently assetserving fails when files contain spaces or other url-forbidden characters.
I propose to modify assetserve() in order to solve that issue.
Codecov Report
Merging #105 into master will decrease coverage by
3.38%. The diff coverage is0.00%.
@@ Coverage Diff @@
## master #105 +/- ##
==========================================
- Coverage 58.21% 54.83% -3.39%
==========================================
Files 7 7
Lines 146 155 +9
==========================================
Hits 85 85
- Misses 61 70 +9
| Impacted Files | Coverage Δ | |
|---|---|---|
| src/examples/files.jl | 16.12% <0.00%> (-2.39%) |
:arrow_down: |
| src/server.jl | 70.83% <0.00%> (-3.08%) |
:arrow_down: |
| src/websockets_integration.jl | 0.00% <0.00%> (ø) |
Continue to review full report at Codecov.
Legend - Click here to learn more
Δ = absolute <relative> (impact),ø = not affected,? = missing dataPowered by Codecov. Last update c3f12af...178b167. Read the comment docs.
Thanks! Sorry it took so long to get to this :)