Updated indexing notes

started tutorial
Sync
This commit is contained in:
Jocelyn Fiat
2012-05-25 17:47:43 +02:00
parent 5899da6197
commit 00a88e98e5
3 changed files with 67 additions and 1 deletions

View File

@@ -1,6 +1,14 @@
note
description: "[
Main interface to send message back to the client
You can send part by part, i.e:
- set the status code, see: set_status_code (a_code)
- put the header's text, see: put_header_text (a_text)
- put string for the body, see: put_string (s), put_character (c)
- using put_error will eventually send error message directly to the underlying connector's log
(i.e for apache, it will go to the error log)
- And you can also send the message as "chunked", see put_chunk (..) for more details
]"
date: "$Date$"
revision: "$Revision$"