131 Commits (c5858d30bfac6976bf6c3c5c86b35700acc21192)
 

Author SHA1 Message Date
  Jonathan Cobb c5858d30bf allow processing of files with no extension 5 years ago
  Jonathan Cobb 523fa176e7 add support for prefix before header, allow comments in header json 5 years ago
  Jonathan Cobb 9e6bb9a494 print filename that was processed 5 years ago
  Jonathan Cobb df06153ca7 always add newline to pattern 5 years ago
  Jonathan Cobb 799970f5ec add FileHeader main 5 years ago
  Jonathan Cobb fb7fe350cd add const printing utility 5 years ago
  Jonathan Cobb 77831c8f23 add currencyForLocale 5 years ago
  Jonathan Cobb d1d485b1a8 add some more safety rails on queryParams 5 years ago
  Jonathan Cobb a8edf6dcde add svg content type 5 years ago
  Jonathan Cobb 14be79545b remove stacktrace from trace logging 5 years ago
  Jonathan Cobb cab44ebab3 no need for lombok here 5 years ago
  Jonathan Cobb b5be88a94a add FixedSizeInputStream interface and subclasses 5 years ago
  Jonathan Cobb 73bb333fe2 adjust for better support of chunked streaming 5 years ago
  Jonathan Cobb f9d652ba00 add trace logging 5 years ago
  Jonathan Cobb fcf50f03d1 add makeHttpChunk utility 5 years ago
  Jonathan Cobb 787b3e4cc0 rename 'none' encoding to 'identity' 5 years ago
  Jonathan Cobb cd94e966ee add 'none' encoding type 5 years ago
  Jonathan Cobb 4dfe2eca52 remove obsolete dependencies 5 years ago
  Jonathan Cobb b1df713df4 use better brotli stream library 5 years ago
  Jonathan Cobb 63df532432 use utf8 charset 5 years ago
  Jonathan Cobb 0c2099a105 add tohexArray 5 years ago
  Jonathan Cobb a45899b531 add isHtml utility method 5 years ago
  Jonathan Cobb 12d7d0d110 add code 429 5 years ago
  Jonathan Cobb e7c3727fc3 refactor content type prefix 5 years ago
  Jonathan Cobb b68eecfa79 avoid NPE, return empty map 5 years ago
  Jonathan Cobb d1d7639d04 add jsonQuoteRegex 5 years ago
  Jonathan Cobb cf3d35b3f6 Add EqualsAndHashCode for NameAndValue 5 years ago
  Jonathan Cobb 4473018297 add HttpContentTypeAndCharset 5 years ago
  Jonathan Cobb a17850215a add int division operator 5 years ago
  Jonathan Cobb 8c7a27f3be add image prefix 5 years ago
  Jonathan Cobb f2b833a278 add js and css content types 5 years ago
  Jonathan Cobb 5b80ea322f add more utility constants/methods to HttpSchemes 5 years ago
  Jonathan Cobb 006bcd1ff4 add constValue that grabs the value of a field by name 5 years ago
  Jonathan Cobb fbfd1389c6 do not include null values in COMPACT_MAPPER 5 years ago
  Jonathan Cobb a5a508bd90 use simpler RegexReplacementFilter constructor 5 years ago
  Jonathan Cobb 7f944cf93d track match count 5 years ago
  Jonathan Cobb c006089b05 add http encoding utility 5 years ago
  Jonathan Cobb 69f425b7ae add getOutputStreamClass 5 years ago
  Jonathan Cobb 05fa41f6bd ensure close works, remove log 5 years ago
  Jonathan Cobb 0924c06729 use buffer to copy 5 years ago
  Jonathan Cobb f799bfb838 add FilterInputStreamViaOutputStream 5 years ago
  Jonathan Cobb 92c9865d78 add cache on type params 5 years ago
  Jonathan Cobb e1a46c09d4 add ExpirationMap constructor that just takes an eviction policy 5 years ago
  Jonathan Cobb 5091e557f6 minor cleanups 5 years ago
  Jonathan Cobb f9a1423a87 add NullInputStream 5 years ago
  Jonathan Cobb 193e705fde use StandardCharsets.UTF_8 instead of Charset.forName(UTF8) 5 years ago
  Jonathan Cobb e8c5caed17 add configurable eviction policy to ExpirationMap 5 years ago
  Jonathan Cobb e8b02080b2 move multi stuff to its own package 5 years ago
  Jonathan Cobb 998011ede8 add MultiStream class 5 years ago
  Jonathan Cobb 9b96d9869d allow first reader to be last reader 5 years ago