© The Author(s), under exclusive license to APress Media, LLC, part of Springer Nature 2022
B. Feigenbaum, Ph.D.Go for Java Programmershttps://doi.org/10.1007/978-1-4842-7199-5_16

16. Client and Server Support

Barry Feigenbaum, Ph.D.1  
(1)
Austin, TX, USA
 

The html package provides functions for processing HTML text. Java Standard Edition (JSE) has little similar support; the Java community provides most of this capability. The Go template packages provide templates for generating text output with value insertions. It has support for plain text and extension for hack-resistant HTML text.

MIME Packages

The mime package provides support for MIME types. It has sub-packages:
  • Multipart provides MIME multipart parsing.

  • Quotedprintable provides quoted-printable ...

Get Go for Java Programmers: Learn the Google Go Programming Language now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.