Class Poco::Net::HTTPBufferAllocator (original) (raw)

Library: Net
Package: HTTP
Header: Poco/Net/HTTPBufferAllocator.h

Description

A BufferAllocator for HTTP streams.

Member Summary

Member Functions: allocate, deallocate

Enumerations

Anonymous

BUFFER_SIZE = 4096

Member Functions

allocate static

static char * allocate(
std::streamsize size
);

deallocate static

static void deallocate(
char * ptr,
std::streamsize size
);

POCO C++ Libraries 1.14.2-all
Copyright © 2025, Applied Informatics Software Engineering GmbH and Contributors