Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Fork of PicoTCP by
pico_simple_http.h
00001 /********************************************************************* 00002 PicoTCP. Copyright (c) 2012 TASS Belgium NV. Some rights reserved. 00003 See LICENSE and COPYING for usage. 00004 00005 Author: Andrei Carp <andrei.carp@tass.be> 00006 *********************************************************************/ 00007 00008 #ifndef PICO_SIMPLE_HTTP 00009 #define PICO_SIMPLE_HTTP 00010 00011 extern int pico_startHttpServer(struct pico_ip4 * address); 00012 extern int pico_stopHttpServer(void); 00013 00014 #endif
Generated on Thu Jul 14 2022 08:24:59 by
1.7.2
