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 libMiMic by
Http.h
00001 #pragma once 00002 //////////////////////////////////////////////////////////////////////////////// 00003 // Httpd.h 00004 //////////////////////////////////////////////////////////////////////////////// 00005 00006 #include "NyLPC_net.h" 00007 00008 namespace MiMic 00009 { 00010 class Http 00011 { 00012 public: 00013 const static int MT_GET =NyLPC_THttpMethodType_GET; 00014 const static int MT_POST=NyLPC_THttpMethodType_POST; 00015 const static int MT_HEAD=NyLPC_THttpMethodType_HEAD; 00016 }; 00017 }
Generated on Tue Jul 12 2022 16:22:56 by
