Skip to content

The HTTP Client

Tinkerspy edited this page Jul 17, 2016 · 10 revisions

The HTTP Client

The Atm_esp8266_httpc_simple component provides an event driven web client with a very simple Automaton interface.

  • begin()
  • onStart()
  • onFinish()
  • get()
  • post()
  • start()
  • responseCode()
  • content()
  • headers()
  • is_success()
  • is_redirect()
  • is_error()
  • EVT_START
  • trace()
Clone this wiki locally