Extracted from Pike v7.6 release 61 at 2005-12-30.
pike.ida.liu.se
[Top]
Protocols
Protocols.OBEX

Method Protocols.OBEX.split_headers()


Method split_headers

array(string) Protocols.OBEX.split_headers(string h, int chunklen)

Description

Given a set of headers in wire format, divide them into portions of no more than chunklen octets each (if possible). No individual header definition will be split into two portions.