getChunkSizes
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, returns a list of the chunk sizes as integers. Chunk sizes are defined by the following grammar: String(Hex(ChunkSize));chunk-signature=