library.properties 516 B

12345678910
  1. name=ArduinoHttpClient
  2. version=0.2.0
  3. author=Arduino
  4. maintainer=Arduino <info@arduino.cc>
  5. sentence=[EXPERIMENTAL] Easily interact with web servers from Arduino, using HTTP and WebSocket's.
  6. paragraph=This library can be used for HTTP (GET, POST, PUT, DELETE) requests to a web server. It also supports exchanging messages with WebSocket servers. Based on Adrian McEwen's HttpClient library.
  7. category=Communication
  8. url=https://github.com/arduino-libraries/ArduinoHttpClient
  9. architectures=*
  10. includes=ArduinoHttpClient.h