mP1 / walkingkooka-net

Beautiful type safe networking abstractions mostly concentrating on http.
Apache License 2.0
0 stars 1 forks source link

HttpEntity with ContentType to String Converter #507

Closed mP1 closed 2 months ago

mP1 commented 2 months ago
HttpEntityContentTypeToString {
   MediaType contentType

   convert
      if source is HttpEntity and HttpEntity.contentType.equals(this.contentType) and targetType is HttpEntity then
         return HttpEntity
}