iipc / jwarc

Java library for reading and writing WARC files with a typed API
Apache License 2.0
46 stars 8 forks source link

Request/Response Builder with String targetURI #64

Closed robertvanloenhout closed 2 years ago

robertvanloenhout commented 2 years ago

An additional constructor has been added to the WarcRequest.Builder and the WarcResponse.Builder that accepts a String instead of a URI, to support real-world uri strings that are not valid according to the Java URI class [RFC 2396].

Fixes #63

ato commented 2 years ago

Thanks. Released as 0.17.0