This wiki is now locked - both user registration and edits (except by admins) are disabled. We're currently migrating all the content to our new wiki. If you have time, please register and help us out!

You can still view the source code of every page. Once a page has been copied over to the new wiki, please add a link to it to MigratedPages (the only page which is still editable), to notify the admins to go and blank it.


AllData


This is a message of the Freenet Client Protocol 2.0 (FCP 2.0).
It is sent from the Freenet node to a client program.

For a ClientGet with ReturnType=direct, the data is returned directly to the client, all at once, using the AllData message. Obviously in many situations this will not be desirable, hence the other ReturnType options. Persistent direct requests will not send this immediately on completion of the request; see GetRequestStatus.

Example

AllData
Identifier=Request Number One
DataLength=37261 // length of data
StartupTime=1189683889
CompletionTime=1189683889
Metadata.ContentType=text/plain;charset=utf-8
Data
<37261 bytes of data>


This message is ended by "Data" rather than "EndMessage", and is followed by the actual data.

Metadata.ContentType after build 1206
Valid XHTML 1.0 Transitional :: Valid CSS :: Powered by WikkaWiki