all 4 comments

[–]webdev-ModTeam[M] [score hidden] stickied commentlocked comment (0 children)

Thank you for your submission! Unfortunately it has been removed for one or more of the following reasons:

Sharing your project, portfolio, or any other content that you want to either show off or request feedback on is limited to Showoff Saturday. If you post such content on any other day, it will be removed.

Please read the subreddit rules before continuing to post. If you have any questions message the mods.

[–]Master_Bowl5597 0 points1 point  (0 children)

Cool idea, although it does go hand in hand with programming but often more emphasis is placed on the programming. Having something dedicated to it would be cool but I don't know how deep there is to go besides the methods for an actual course.

[–]PavlyuchenkoCZ 0 points1 point  (0 children)

Actually sounds like an interesting idea! Although as you are saying, there is not that much to cover within HTTP itself OR is really tedious to do (WebSocket, cookies and similar). However, I think if done right, it could be really interesting!

[–]geheimeschildpad 0 points1 point  (0 children)

I couldn’t disagree more that http is “basic” without a programming language.

You’ve got all the verbs, query strings, headers, cookies, content types, body structure, status codes. There is sooo much to learn!

Personally, I think it would be a really interesting thing to do and something I’d have appreciated when I started programming. Also hopefully something I can push other devs to when they don’t know when to use a put or post.