Removed build status from README.md. Using GitLab badge instead.

This commit is contained in:
Ole Christian Eidheim 2018-06-16 16:26:02 +00:00
commit 5686165f35

View file

@ -1,4 +1,4 @@
Simple-Web-Server [![Build Status](https://gitlab.com/eidheim/Simple-Web-Server/badges/master/build.svg)](https://gitlab.com/eidheim/Simple-Web-Server/pipelines)
Simple-Web-Server
=================
A very simple, fast, multithreaded, platform independent HTTP and HTTPS server and client library implemented using C++11 and Asio (both Boost.Asio and standalone Asio can be used). Created to be an easy way to make REST resources available from C++ applications.