You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There is a surprising number of difficult-to-understand corner cases in the HTTP RFCs. I tried my best here, so that others don't have to write quick-and-dirty (which in the HTTP realm usually means slightly wrong) implementations. This library supports the following request headers:
During the development of
hafas-gtfs-rt-feed
(sort of the German equivalent of this project), I also wroteserve-buffer
:This project could use
server-buffer
to enable client-side caching for the GTFS-RT feed.hafas-gtfs-rt-feed
uses it like this: https://github.com/derhuerst/hafas-gtfs-rt-feed/blob/b2afbf78a9697cceddd97330e663ca8bbb00eae9/lib/serve.js#L120-L143The text was updated successfully, but these errors were encountered: