Skip to content

Latest commit

 

History

History
 
 

ex3.04

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

Exercise 3.4 (P60)

Following the approach of the Lissajous example in Section 1.7, construct a web server that computes surfaces and writes SVG data to the client. The server must set the Content-Type header like this:

    w.Header().Set("Content-Type", "image/svg+xml")