CARVIEW |
Select Language
HTTP/2 200
date: Sat, 26 Jul 2025 08:54:33 GMT
content-type: text/html; charset=utf-8
cf-ray: 9652ac493bbdc1bd-BLR
cf-cache-status: DYNAMIC
cache-control: private
set-cookie: prov=1c8e78ea-8420-4ce0-902a-9a6e0dc0cb25; expires=Sun, 26 Jul 2026 08:54:33 GMT; domain=.stackexchange.com; path=/; secure; httponly
strict-transport-security: max-age=31536000; includeSubDomains
vary: Accept-Encoding
content-security-policy: upgrade-insecure-requests; frame-ancestors 'self' https://stackexchange.com
x-clacks-overhead: GNU Terry Pratchett
x-frame-options: SAMEORIGIN
x-request-guid: 94c36091-ba83-4dd8-9c49-9a636818532a
x-worker-origin-response-time: 605000000
x-dns-prefetch-control: off
set-cookie: prov=1c8e78ea-8420-4ce0-902a-9a6e0dc0cb25; Path=/; HttpOnly; Domain=stackexchange.com
set-cookie: __cf_bm=l3rjia9c3czePUSOIeSC8192IbaqpBQSTAsz_bFzEYE-1753520073-1.0.1.1-2DVMc9lL3Mz.KGMBoRbUEl6UzFFt7RHsmucdNoxK3Qd56B4j2UWNUIRoekTHZBud19MwpE.PHj7Lgwre3TSwYCl7_AM_MYHwFsXX5q1lB0A; path=/; expires=Sat, 26-Jul-25 09:24:33 GMT; domain=.stackexchange.com; HttpOnly; Secure; SameSite=None
set-cookie: _cfuvid=fhenetmGx80a_GEIgw1cWKPQCgqR54gwPi0L5JLm5WI-1753520073778-0.0.1.1-604800000; path=/; domain=.stackexchange.com; HttpOnly; Secure; SameSite=None
server: cloudflare
content-encoding: gzip
Newest 'http' Questions - Code Review Stack Exchange
Skip to main content
Stack Exchange Network
Stack Exchange network consists of 183 Q&A communities including Stack Overflow, the largest, most trusted online community for developers to learn, share their knowledge, and build their careers.
Visit Stack ExchangeTeams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Learn more about TeamsQuestions tagged [http]
For code that acts as a HTTP client or server.
411 questions
- Bountied 0
- Unanswered
- Frequent
- Score
- Trending
- Week
- Month
- Unanswered (my tags)
11
votes
3
answers
1k
views
Parsing HTTP headers in C
I'm new to C and just finished K&R. This is a code that I've written to parse headers of a HTTP request.
I want to know if my code:
Is safe? (after all this is C)
Does proper exit on failure? Are ...
4
votes
1
answer
95
views
Go Program for Concurrent FHIR Resource Uploads – Does it Achieve True Concurrent Requests?
I’ve developed a Go program to benchmark a FHIR server by uploading a dataset of FHIR resources concurrently.
The goal is to stress-test the server by sending a specified number (...
0
votes
0
answers
36
views
HTTPHandler: Using lambdas to server specific paths
If you want all the code in a buildable format from the last 10 or so posts. You can find it here:
The PathMatcher object allows you to register paths with named sections of the path. But there are ...
0
votes
0
answers
22
views
WebServer HTTP Pynt Request/Response framework
The Pynt class defined the interface between the NisseServer object and code that handles input on a stream. This proivdes an ...
0
votes
0
answers
21
views
WebServer HTTP Response Object
The Response object is how the user sends an HTTP reponse back from the server. This object is provided to them via the Pynt ...
0
votes
0
answers
16
views
WebServer HTTP Response Output Stream
Handles streaming of the response body.
In construction you either pass a content-length value and the stream will allow you to send that many bites before cutting ...
1
vote
1
answer
45
views
WebServer HTTP Response Header
When adding header data to the response. We accept what the user is telling us and do no conversion of the data.
But: The Response object (and its stream) is going to handle the encoding/ transport. ...
0
votes
0
answers
17
views
WebServer HTTP parsing The Body
The StreamInput class is used to wrap an existing std::iostream. It is either provided a body length or the encoding type (transport-encoding: chunked). It will ...
0
votes
0
answers
30
views
WebServer HTTP parsing Request
The request object is given an input stream in the constructor.
I will parse the message command and the headers.
It then creates a wrapper around the stream so the user can access the body. This ...
0
votes
0
answers
13
views
WebServer HTTP parsing The Header (for the Request Object)
This class keep tracks of the HTTP headers that are being read from the incoming request.
Few special cases.
As per RFC 9110 Section 5.3 some headers can only ...
0
votes
0
answers
45
views
Interface Design for HTTP parsing / response
This is my first "real" attempt at decoding an HTTP request on the server side.
This is the interface I think should be sufficient. However, because I am new to the details I would love to ...
2
votes
0
answers
46
views
Parsing dictionary list from malformed HTTP response in Vim raw channel callback
Questions
Are there edge-cases that I've missed?
Do HTTP response header values ever contain JSON-like data?
Any style pointers related to code readability?
Are there other/better Vim (versions 8 or ...
4
votes
1
answer
116
views
4
votes
0
answers
126
views
A simple local API proxy
Recently I needed to support someone who wanted to ingest some data from on of our API's but had tooling that struggled with the authentication bit. While I'm sure there are some off-the-shelf ...
- The Overflow Blog
-
-
- Featured on Meta
-
-
Related Tags
python × 76
java × 58
c# × 57
server × 42
beginner × 41
javascript × 35
c++ × 34
php × 34
go × 31
json × 28
error-handling × 27
performance × 25
multithreading × 24
asynchronous × 23
python-3.x × 22
node.js × 21
c × 20
socket × 19
url × 18
parsing × 16
object-oriented × 15
web-scraping × 15
concurrency × 14
ruby × 13
more related tags
Hot Network Questions
- What Isp can be gotten from a napthalene (mothball) hot gas thruster? Did it work in space?
- Is this a violation of open source?
- How can I turn the text in a PNG file back into text layer?
- Is a chemistry-first technological paradigm as plausible as one focused on physics or biology?
- Balancing a Holy Water Bomb
- Is there such a thing as 'aerospace grade software'?
- When was the last time all humans were on the ground not in the air?
- I am looking for a French mathematician who contributed to complex analysis
- What does this word "ahn-shdah-heh" mean?
- Dystopian 80s sci-fi movie about the USA choosing mediocrity
- About security concerns using in find -exec vs interactively performing the same task
- Tracking stored procedure performance metrics
- Mars colony book I read in the 80's. The name?
- Write two very different programs with the same characters
- How many simple groups are there of a given infinite cardinality?
- Anonymizing a submission for double-blind review
- Is it possible to use the PC power button to pre-select the OS in rEFInd UEFI dual boot setup?
- Use of l3keys to collect optional arguments of `\NewDocumentCommand`
- About Bonferroni correction for adjusted Pearson residuals
- When was the last time all alive humans stayed on earth?
- How to navigate in the Universe's Heat Death
- Word order for a phrase with a number, adjective and noun
- Why aren't there baleen whales at about the size of a dolphin?
- Most practical way to determine concentration of reducing sugar in frozen French fries?