Thursday, June 11, 2020

PSF GSoC students blogs: Weekly Check In - 1

What did I do till now?

As the Community Bonding phase finished I started coding the HTTP/2 Client Protocol. I started simple with adding support for GET requests.

Whats coming up next? 

Next week I plan to

  • Add support for GET and POST requests for HTTP/2
  • Setup base classes used for testing the Client Protocol

Did I get stuck anywhere?

Initially I was intimidated with some of the libraries that I was using for my project. Now, I am comfortable working with them. I was stuck with the issue of combining different chunks of data received from the server for multiple streams in proper order but now its fixed 😊



from Planet Python
via read more

No comments:

Post a Comment

TestDriven.io: Working with Static and Media Files in Django

This article looks at how to work with static and media files in a Django project, locally and in production. from Planet Python via read...