Hi, is there any sophisticated support by TS for working with HTTP message bodies with regard of encoding?
Suppose I want to find a string like 'müde' in the body: Do I have to read the body byte stream and deal with all the encoding issues myself or does TS provide helper functions for such tasks? For example to get the body as UTF-8? Jan