Hacktoberfest 2026: the issues maintainers tagged for October, open and beginner-friendly. Browse Hacktoberfest issues

`fastly::Response` doesn't implement the `get_status()` instance method

Open Beginner friendly
#87 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Assessment

Difficulty
2/5
Estimated time
1-3 hours
Newbie friendliness
78/100
Issue type
Bug
Clarity
Clearly specified
Activity status
Quiet
Tech stack
cpp
Domain
api

Research direction

Start by comparing fastly::Response::set_status(), with_status(), and from_status() in response.h and response.cpp, then check response.rs for the corresponding implementation. Add the missing get_status() instance method so callers can retrieve a response status, and verify that the C++ API exposes it consistently with the existing status methods.

Written by the indexing model from the issue text.

Description

fastly::Response::get_status() is missing.
(It's not in response.h, response.cpp, or response.rs.)

We do have fastly::Response::set_status() , fastly::Response::with_status(), and static fastly::Response::from_status(), so this is probably an oversight.

Dominant language
C++
Stars
9
Forks
2
PR merge metrics
No merged PRs in 30d

Getting set up

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

More from fastly/compute-sdk-cpp

All issues in fastly/compute-sdk-cpp

Similar issues

More C++ issues

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.