This is Webservice SDK for mbed. LPCXpresso1769/LPC1768/FRDM-K64F/LPC4088

Dependents:   MbedFileServer_1768MiniDK2 RedWireBridge IssueDebug_gcc MiMicRemoteMCU-for-Mbed ... more

Embed: (wiki syntax)

« Back to documentation index

ModFileIo Class Reference

ModFileIo Class Reference

This class is httpd module. More...

#include <ModFileIo.h>

Inherits MiMic::ModBaseClass.

Private Member Functions

virtual bool canHandle (HttpdConnection &i_connection)
 URLとパスプレフィクスi_pathを比較して、処理対象のURLかを計算します。 URLに'/i_path/'を含むパスを処理対象とみなします。

Detailed Description

This class is httpd module.

The class provides 3 services.

  • create a blank file.
  • remove a file.
  • update a file.

Definition at line 20 of file ModFileIo.h.