• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

valum-framework / valum
58%
master: 59%

Build:
Build:
LAST BUILD BRANCH: wip/build-on-windows
DEFAULT BRANCH: master
Repo Added 29 Mar 2015 03:31PM UTC
Files 47
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

LAST BUILD ON BRANCH server-sent-events
branch: server-sent-events
CHANGE BRANCH
x
Reset
  • server-sent-events
  • 0.1/documentation-for-hacking
  • 0.1/improve-api-docs
  • 0.1/methods
  • 0.1/server-documentation
  • 0.2/converters
  • 0.2/end-in-a-continuation
  • 0.2/pollable-fastcgi-stream
  • 0.2/redesign-async-model
  • 0.2/redesigned-async-model
  • 0.2/status-code-handler
  • 0.2/update-documentation
  • 0.2/write-head-asynchronously
  • basepath-middleware
  • build-docs-with-waf
  • build-separate-libraries
  • cgi
  • codecov
  • coveralls-with-gcov
  • debug-flag-for-coverage
  • decode-middlewares
  • default-implementation-for-head
  • delegator-for-application
  • documentation-overhaul
  • explicit-leading-slash
  • filtering
  • fix-all-tests
  • fix-nullable-convert
  • flatten
  • generate-path-from-rule
  • genie-example
  • glib-application-integration
  • glib-parameter-for-request-params
  • improve-test-coverage
  • improve-vsgi-coverage
  • invert-routing
  • invoke-next-in-router
  • loader
  • master
  • master-with-c-sources
  • meson-build
  • middleware
  • multipart
  • negociation-middlewares
  • next
  • null-rule-catch-all
  • options-for-soup-server
  • replace-stack-with-context
  • return-in-application-callback
  • reuse-matcher-with-then
  • route-and-clause
  • route-flags
  • scgi
  • stable
  • stacked-states
  • v0.1.0-alpha
  • v0.1.1-alpha
  • v0.1.3-alpha
  • v0.1.4-alpha
  • v0.2.0
  • v0.2.0-alpha
  • v0.2.1
  • v0.2.10
  • v0.2.11
  • v0.2.12
  • v0.2.13
  • v0.2.14
  • v0.2.15
  • v0.2.2
  • v0.2.3
  • v0.2.4
  • v0.2.5
  • v0.2.6
  • v0.2.7
  • v0.2.8
  • v0.2.9
  • valadoc
  • vsgi-convert
  • vsgi-response-expand
  • vsgi-rewrite-server-with-gmodule
  • wip/build-on-windows

pending completion
942

push

travis-ci

arteymix
Rename 'context' for 'stream_events'

The more general idea is that middlewares should be verbs in the
imperative tense, pretty much like git commits.

Unlike Express.js, middleware are not mounted on the router, but rather
part of the process, so it makes much more sense to name them as
actions.

    app.get ("", compress (ZlibCompressFormat.GZIP))
        .then (send_events ((req, send) => {
            send (null, "some event");
        }));

Update the code example in the documentation.

5421 of 9314 relevant lines covered (58.2%)

12.16 hits per line

Relevant lines Covered
Build:
Build:
9314 RELEVANT LINES 5421 COVERED LINES
12.16 HITS PER LINE
Source Files on server-sent-events
  • List 0
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line

Recent builds

Builds Branch Commit Type Ran Committer Via Coverage
942 server-sent-events Rename 'context' for 'stream_events' The more general idea is that middlewares should be verbs in the imperative tense, pretty much like git commits. Unlike Express.js, middleware are not mounted on the router, but rather part of the process, so... push 19 Dec 2015 03:17AM UTC arteymix travis-ci pending completion  
902 server-sent-events Rename 'context' for 'stream_events' The more general idea is that middlewares should be verbs in the imperative tense, pretty much like git commits. Unlike Express.js, middleware are not mounted on the router, but rather part of the process, so... push 06 Dec 2015 11:15PM UTC Guillaume Poirier-Morency travis-ci pending completion  
899 server-sent-events 'steal_as_bytes' is only available from gio-2.0 (>=2.34) It is replaced by a call to 'steal_data' with some tricky handling similar to how request body is flattened. push 06 Dec 2015 03:30AM UTC Guillaume Poirier-Morency travis-ci pending completion  
897 server-sent-events 'steal_as_bytes' is only available from gio-2.0 (>=2.34) It is replaced by a call to 'steal_data' with some tricky handling similar to how request body is flattened. push 06 Dec 2015 03:29AM UTC arteymix travis-ci pending completion  
895 server-sent-events 'steal_as_bytes' is only available from gio-2.0 (>=2.34) It is replaced by a call to 'steal_data' with some tricky handling similar to how request body is flattened. push 06 Dec 2015 03:25AM UTC arteymix travis-ci pending completion  
886 server-sent-events Include the SSE example in the demo push 05 Dec 2015 05:31PM UTC arteymix travis-ci pending completion  
883 server-sent-events Provide an middleware for SSE (server-sent events) The documentation has been restructured to document extensions like SSE in a separate folder. push 05 Dec 2015 08:44AM UTC Guillaume Poirier-Morency travis-ci pending completion  
879 server-sent-events Provide an middleware for SSE (server-sent events) The documentation has been restructured to document extensions like SSE in a separate folder. push 05 Dec 2015 08:42AM UTC arteymix travis-ci pending completion  
877 server-sent-events Provide an middleware for SSE (server-sent events) The documentation has been restructured to document extensions like SSE in a separate folder. push 05 Dec 2015 08:40AM UTC arteymix travis-ci pending completion  
875 server-sent-events Provide an middleware for SSE (server-sent events) The documentation has been restructured to document extensions like SSE in a separate folder. push 05 Dec 2015 08:30AM UTC arteymix travis-ci pending completion  
See All Builds (764)
  • Repo on GitHub
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2025 Coveralls, Inc