From 748dbeb1524122229373c5964334a8d8f18a525d Mon Sep 17 00:00:00 2001
From: Christian von Roques
Date: Wed, 15 Dec 2010 17:36:09 -0400
Subject: inets/httpc: Polish documentation
* Assure store_cookies (and verify_cookies) is documented instead of the
nonexistent store_cookie and verify_cookie.
* Make sure the cookies option is not called cookie in comments.
* Sprinkle ... arround symbols and code snippets in text.
* Grammar, wording, and punctuation fixes.
* Formalize See gen_tcp:connect/3,4 using .
---
lib/inets/doc/src/http_client.xml | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
(limited to 'lib/inets/doc/src/http_client.xml')
diff --git a/lib/inets/doc/src/http_client.xml b/lib/inets/doc/src/http_client.xml
index 672ea3fa98..4542211d71 100644
--- a/lib/inets/doc/src/http_client.xml
+++ b/lib/inets/doc/src/http_client.xml
@@ -42,10 +42,10 @@
dynamically in runtime. Each client profile will spawn a new
process to handle each request unless there is a possibility to use
a persistent connection with or without pipelining.
- The client will add a host header and an empty
- te header if there are no such headers present in the request.
+ The client will add a host header and an empty
+ te header if there are no such headers present in the request.
- The clients supports ipv6 as long as the underlying mechanisms also do
+
The client supports ipv6 as long as the underlying mechanisms also do
so.
@@ -87,7 +87,7 @@
httpc:request("http://www.erlang.org").
An ordinary asynchronous request. The result will be sent
- to the calling process on the form {http, {ReqestId, Result}}
+ to the calling process in the form {http, {ReqestId, Result}}
5 > {ok, RequestId} =
httpc:request(get, {"http://www.erlang.org", []}, [], [{sync, false}]).
--
cgit v1.2.3