docs.rst 1.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273
  1. .. title:: Guzzle | PHP HTTP client and framework for consuming RESTful web services
  2. ====================
  3. Guzzle Documentation
  4. ====================
  5. Getting started
  6. ---------------
  7. .. toctree::
  8. :maxdepth: 1
  9. getting-started/overview
  10. getting-started/installation
  11. getting-started/faq
  12. The HTTP client
  13. ---------------
  14. .. toctree::
  15. :maxdepth: 2
  16. http-client/client
  17. http-client/request
  18. http-client/response
  19. http-client/entity-bodies
  20. http-client/http-redirects
  21. http-client/uri-templates
  22. Plugins
  23. -------
  24. .. toctree::
  25. :maxdepth: 1
  26. plugins/plugins-overview
  27. plugins/creating-plugins
  28. plugins/async-plugin
  29. plugins/backoff-plugin
  30. plugins/cache-plugin
  31. plugins/cookie-plugin
  32. plugins/curl-auth-plugin
  33. plugins/history-plugin
  34. plugins/log-plugin
  35. plugins/md5-validator-plugin
  36. plugins/mock-plugin
  37. plugins/oauth-plugin
  38. The web service client
  39. ----------------------
  40. .. toctree::
  41. :maxdepth: 1
  42. webservice-client/webservice-client
  43. webservice-client/using-the-service-builder
  44. webservice-client/guzzle-service-descriptions
  45. batching/batching
  46. iterators/resource-iterators
  47. iterators/guzzle-iterators
  48. Testing
  49. -------
  50. .. toctree::
  51. :maxdepth: 2
  52. testing/unit-testing
  53. API Docs
  54. --------
  55. `Read the API docs <http://guzzlephp.org/api/index.html>`_