Non puoi selezionare più di 25 argomenti Gli argomenti devono iniziare con una lettera o un numero, possono includere trattini ('-') e possono essere lunghi fino a 35 caratteri.

51 righe
1.8 KiB

  1. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
  2. <html>
  3. <head>
  4. <title>Module ibrowse_lib</title>
  5. <link rel="stylesheet" type="text/css" href="stylesheet.css">
  6. </head>
  7. <body bgcolor="white">
  8. <h1>Module ibrowse_lib</h1>
  9. <ul><li>
  10. <a href="#index">Function index</a></li><li>
  11. <a href="#exported">Exported functions</a></li></ul>
  12. <h2>Description</h2>
  13. Module with a few useful functions
  14. <h2><a name="index">Function Index</a></h2>
  15. <table width="100%" border="1"><tr><th colspan="2" align="left">Exported Functions</th></tr>
  16. <tr><td><a href="#decode_rfc822_date-1">decode_rfc822_date/1</a></td><td/></tr>
  17. <tr><td><a href="#drv_ue-1">drv_ue/1</a></td><td/></tr>
  18. <tr><td><a href="#drv_ue-2">drv_ue/2</a></td><td/></tr>
  19. <tr><td><a href="#status_code-1">status_code/1</a></td><td>Given a status code, returns an atom describing the status code.</td></tr>
  20. <tr><td><a href="#url_encode-1">url_encode/1</a></td><td>URL-encodes a string based on RFC 1738.</td></tr>
  21. </table>
  22. <h2><a name="exported">Exported Functions</a></h2>
  23. <h3><a name="decode_rfc822_date-1">decode_rfc822_date/1</a></h3>
  24. <p><code>decode_rfc822_date(Arg1) -> term()</code></p>
  25. <p> </p>
  26. <h3><a name="drv_ue-1">drv_ue/1</a></h3>
  27. <p><code>drv_ue(Arg1) -> term()</code></p>
  28. <p> </p>
  29. <h3><a name="drv_ue-2">drv_ue/2</a></h3>
  30. <p><code>drv_ue(Arg1, Arg2) -> term()</code></p>
  31. <p> </p>
  32. <h3><a name="status_code-1">status_code/1</a></h3>
  33. <p><code>status_code(StatusCode) -> StatusDescription<ul><li>StatusCode = string() | integer()</li><li>StatusDescription = atom()</li></ul></code></p>
  34. <p>Given a status code, returns an atom describing the status code.</p>
  35. <h3><a name="url_encode-1">url_encode/1</a></h3>
  36. <p><code>url_encode(Str) -> UrlEncodedStr<ul><li>Str = string()</li><li>UrlEncodedStr = string()</li></ul></code></p>
  37. <p>URL-encodes a string based on RFC 1738. Returns a flat list.</p></body>
  38. </html>