Skip to content

Latest commit

 

History

History

surface4

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

Exercise 3.4

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

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

[...] Allow the client to specify values like height, width, and color as HTTP request parameters."