Python Forum
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Handle http protocol
#1
I am designing a web server for python without using the module ( http.server ), as it is not recommended for production environment. I would like to know how I can access the protocol and its variables or data, in order to manipulate it ?
Reply
#2
Why are you writing your own web server? What do existing ones not do that you need? In any case, if you actually have to, then have you read the relevant RFCs to understand the format of the HTTP messages? Also, do you know the details of the underlying protocol (which may or may not be TCP, depending on which HTTP version this is for)? These are the things that come to my mind immediately, though there might be others.
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  Can I use Python in ns3 simulator to create an IGP routing protocol? leemao 1 8,171 Jun-30-2021, 07:20 PM
Last Post: leemao
  How to extract protocol from a pcap file ? salwa17 0 2,199 Apr-02-2020, 10:02 PM
Last Post: salwa17
  Is there in 2018 a python3 library that implements the Internet Printing Protocol? AFoeee 1 4,077 Jun-07-2019, 08:51 AM
Last Post: heiner55
  no protocol header version error mjudhandoyo 2 6,320 Feb-03-2017, 10:35 PM
Last Post: nilamo
  accessing SOAP protocol page secured with cetrificad lopow 3 5,510 Jan-11-2017, 03:14 PM
Last Post: buran

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020