Skip to content

An example HTTP client based on the vanilla BSD sockets API.

Notifications You must be signed in to change notification settings

dermesser/Simple-HTTP-client

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 

Repository files navigation

README for simple-http

simple-http is a very simple http client, basing upon the linux/bsd sockets api.

Use the switch -h to get some help

You may use it as shown here:

$ simple-http $SERVER $FILE
e.g.
$ simple-http -6 lbo.spheniscida.de /index.php

simple-http terminates by itself when the server closes its socket if you don't stop it with SIGTERM.

LICENSE
******

Copyright (C) 2012, 2013 lbo <lbo@spheniscida.de>

This program is free software: you can redistribute it and/or modify
it under the terms of the GNU 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 General Public License for more details.

You should have received a copy of the GNU General Public License
along with this program.  If not, see <http://www.gnu.org/licenses/>.

About

An example HTTP client based on the vanilla BSD sockets API.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages