An open API service indexing awesome lists of open source software.

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

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 .