History log of /system/webservd/libwebserv/request_utils.h
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
75d6da24dedcbc090d23de60c4f1637c3a54b392 13-Oct-2015 Alex Vakulenko <avakulenko@google.com> webservd: Rename "chromeos" -> "brillo" in include paths and namespaces

libchromeos is transitioning to libbrillo and chromeos namespaces
and include directory is changing to brillo.

Bug: 24872993
Change-Id: Iba15692972a0c24ec87ac8e51d4eb032214149b0
/system/webservd/libwebserv/request_utils.h
c70c04e8d1b3a3f0d27b0cf5710cb9d34b1e77b4 25-Sep-2015 Alex Vakulenko <avakulenko@google.com> Added GetRequestData() method to simplify HTTP request handlers

Added a utility function libwebserv::GetRequestData() to read
the request body asynchronously into memory and invoke a callback
when all the data is read and available. This greatly simplifies
implementation of some of request handlers that don't work with large
requests and need to read and process the data immediately.

Change-Id: I48588449c77f4362db95fb77a89d382c5ddfaec7
/system/webservd/libwebserv/request_utils.h