AwsChunkedTestBase
Inheritors
Properties
Functions
Given the length of the chunk body, returns the length of the entire encoded chunk. The chunk encoding structure is as follows: String(Hex(CHUNK_SIZE));chunk-signature=<64 bytes>\r\n
Given a string representation of aws-chunked encoded bytes, return a list of the chunk signatures as strings. Chunk signatures are defined by the following grammar: chunk-signature=<64 alphanumeric characters>
Given a string representation of aws-chunked encoded bytes, returns a list of the chunk sizes as integers. Chunk sizes are defined by the following grammar: String(Hex(ChunkSize));chunk-signature=
Given a string representation of aws-chunked encoded bytes, return the value of the x-amz-trailer-signature trailing header.
Calculates the aws-chunked encoded trailing header length Used to calculate how many bytes should be read for all the trailing headers to be consumed