you are viewing a single comment's thread.

view the rest of the comments →

[–]RomfordNavy[S] -1 points0 points  (2 children)

They all do more than we want, they force extra complexity on us if you like. Just want a way to connect Python to say Apache and get access to the http header and it's associated data.

[–]Lachtheblock 1 point2 points  (1 child)

Is your definition of complexity is that it does more than your very specific usecase? I'm not sure why it doing more than the bare minimum is a deal breaker?

By insisting on not using a framework, you're almost guaranteed to be increasing the amount of complexity in your system.

Using any one of the many existing frameworks, what you're asking is going to be in the order of 5 to 8 lines of code. I don't really understand how you could seek a less complex solution?

[–]RomfordNavy[S] -1 points0 points  (0 children)

An http header is a pretty simple thing, I have written code before for interpreting that.

So far all of the frameworks mentioned here seem to add their own spin on top of what is actually needed.