QuickSander/ArduinoHttpServer

View on GitHub
src/ArduinoHttpServer.h

Summary

Maintainability
Test Coverage
//
//  ArduinoHttpServer.h
//  ArduinoHttpServer
//
//  Created by Sander van Woensel on 23-01-16.
//  Copyright (c) 2016-2018 Sander van Woensel. All rights reserved.
//
//! The sole interface for the Arduino platform.

#include "internals/StreamHttpRequest.hpp"
#include "internals/StreamHttpReply.hpp"