Skip to content

hsjunnesson/Multipart-Streaming-HTTP-Server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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 <http://www.gnu.org/licenses/>.


About

A bare bones, simple streaming http server using Content-type: multipart/x-mixed-replace

Resources

License

LGPL-3.0, GPL-3.0 licenses found

Licenses found

LGPL-3.0
COPYING.LESSER
GPL-3.0
COPYING

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages