Skip to content

Conversation

ikreymer
Copy link
Member

  • Support for chunked-decoding, fixes Chunk-encoded payload decoding #3
  • Support for WARC record decoded vs raw access, document in README
  • Record iteration, readline(), contentText() provides decoded access
  • Update tests

ikreymer and others added 7 commits April 16, 2020 18:54
make warcrecord iterable: decoded chunks, readline, readFully(decoded)
raw access via readFully(false), recorder.reader
add contentText()
reader supports regular iter as well
readline() supports maxLength
README: update on accessing WARC content, raw and decoded
bump to 1.1.2
@ikreymer ikreymer merged commit 2dfe7b1 into master Apr 17, 2020
ikreymer added a commit that referenced this pull request Apr 17, 2020
support for chunked decoding and raw/decoded content access (#3)
make warcrecord iterable: decoded chunks, readline, readFully(decoded)
raw access via readFully(false), recorder.reader
decoded access via contentText(), record iteration, readline()
reader supports regular sync iteration as well
readline() supports maxLength, supported via LimitReader as well
README: update on accessing WARC content, raw and decoded
tests: add chunked decoding example
cleanup dependencies, rename verb() -> method()
build dist, bump to 1.1.2
@ikreymer ikreymer deleted the chunked-content branch May 1, 2020 05:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Chunk-encoded payload decoding

1 participant