https://github.com/hsjunnesson/multipart-streaming-http-server
A bare bones, simple streaming http server using Content-type: multipart/x-mixed-replace
https://github.com/hsjunnesson/multipart-streaming-http-server
Last synced: 9 months ago
JSON representation
A bare bones, simple streaming http server using Content-type: multipart/x-mixed-replace
- Host: GitHub
- URL: https://github.com/hsjunnesson/multipart-streaming-http-server
- Owner: hsjunnesson
- License: lgpl-3.0
- Created: 2009-04-25T21:02:19.000Z (about 17 years ago)
- Default Branch: master
- Last Pushed: 2009-11-06T19:17:15.000Z (over 16 years ago)
- Last Synced: 2025-10-11T07:04:23.218Z (10 months ago)
- Language: Ruby
- Homepage:
- Size: 83 KB
- Stars: 8
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README
- License: COPYING
Awesome Lists containing this project
README
A simple streaming HTTP server using Content-type: multipart/x-mixed-replace, v 1.0
Created by Hans Sjunnesson (hans.sjunnesson@gmail.com)
Making an HTTP client which handles multipart/x-mixed-replace require some sort of reliable test source.
This simple HTTP server prints the time and date, every second, for a minute, then closes the connection.
Copyright 2009 Hans Sjunnesson. All rights reserved.
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU Lesser General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public License
along with this program. If not, see .