Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/awslabs/aws-lambda-cpp
/ set_response_code
Method
set_response_code
include/aws/http/response.h:128–131 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
126
};
127
128
inline void response::set_response_code(http::response_code c)
129
{
130
m_response_code = c;
131
}
132
133
inline void response::set_content_type(char const* ct)
134
{
Callers
1
get_next
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected