Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
coeurl
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Container Registry
Model registry
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Nheko Reborn
coeurl
Commits
cb217077
Verified
Commit
cb217077
authored
1 year ago
by
Nicolas Werner
Browse files
Options
Downloads
Patches
Plain Diff
Actually link to response headers
parent
ac934fa8
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Pipeline
#4831
passed
1 year ago
Stage: build
Stage: deploy
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
include/coeurl/request.hpp
+2
-2
2 additions, 2 deletions
include/coeurl/request.hpp
with
2 additions
and
2 deletions
include/coeurl/request.hpp
+
2
−
2
View file @
cb217077
...
...
@@ -55,7 +55,7 @@ struct Request {
//! "application/octet-stream".
Request
&
request
(
std
::
string
r
,
std
::
string
contenttype
=
"application/octet-stream"
);
/// @brief Headers for this request.
/// @sa re
quest
_headers() const
/// @sa re
sponse
_headers() const
Request
&
request_headers
(
const
Headers
&
h
);
//! Timeout connection after the specified amount of seconds, if the server
//! stops sending acks.
...
...
@@ -77,7 +77,7 @@ struct Request {
//! The curl error code. CURLE_OK (0) on success.
CURLcode
error_code
()
const
{
return
curl_error
;
}
/// @brief Headers for the response
/// @sa request_headers(
std::string, std::string
)
/// @sa request_headers(
const Headers &
)
Headers
response_headers
()
const
{
return
response_headers_
;
}
private
:
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment