Handling POST with HttpListener and ProgressBar
There are two new recipes on the IronPython cookbook:
- How to Handle POST with HttpListener - this comes from Konrad and is how to handle POST requests when writing servers that use HttpListener.
- Windows Forms Progress Bar - A simple example of a progress bar using Windows Forms. The progress bar is updated from a calculation performed on a separate thread.
Comments
Post a Comment