| Class | Description |
|---|---|
| GetWeatherInLondon |
This is an example of using HttpClientConnection
This program makes request to a free weather API with a request for weather in London and then extract temperature
from returned JSON.
|
| ServerRespondingWithChunkedBody |
This is an example of a very simple web server that returns response with a chunked body
Just run it and, after running, point your browser to http://localhost:8080/
|
| ServerWithPostForm |
This is an example of a very simple web server that shows a screen allowing to create a normal and multi-part POST
requests
Just run it and, after running, point your browser to http://localhost:8080/
|
Copyright © 2019. All rights reserved.