Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Message refactor#631

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Merged
deanberris merged 11 commits intocpp-netlib:masterfromglynos:message_refactor
Apr 11, 2016
Merged
Show file tree
Hide file tree
Changes from1 commit
Commits
Show all changes
11 commits
Select commitHold shift + click to select a range
858eea7
Added image to the license in README.rst.
glynosApr 4, 2016
0187ec1
Removed some redundant headers.
glynosApr 2, 2016
047d89c
Added a first test in order to start refactoring the HTTP request/res…
glynosApr 3, 2016
40bab67
Since I removed the include directory in a previous commit, I have no…
glynosApr 3, 2016
175cdd3
Updated the examples that used the include directory that I removed.
glynosApr 3, 2016
5614b43
Removed boost/network.hpp
glynosApr 9, 2016
2f61e45
Fixed string constants.
glynosApr 10, 2016
4c9fbda
Added a unit tests for the HTTP client request.
glynosApr 10, 2016
5f6ab56
Added a unit test for the HTTP client response.
glynosApr 10, 2016
99c777c
Removed some headers that looked redundant.
glynosApr 10, 2016
1e14f3c
Refactored HTTP client request and response.
glynosApr 10, 2016
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
PrevPrevious commit
NextNext commit
Removed some redundant headers.
  • Loading branch information
@glynos
glynos committedApr 4, 2016
commit0187ec1a064f89c29098a9bb1d8005e87f9bee9a
13 changes: 0 additions & 13 deletionsboost/network/include/http/client.hpp
View file
Open in desktop

This file was deleted.

13 changes: 0 additions & 13 deletionsboost/network/include/http/server.hpp
View file
Open in desktop

This file was deleted.

17 changes: 0 additions & 17 deletionsboost/network/include/message.hpp
View file
Open in desktop

This file was deleted.

5 changes: 4 additions & 1 deletionlibs/network/test/message_transform_test.cpp
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -7,7 +7,10 @@

#include <gtest/gtest.h>
#include <algorithm>
#include <boost/network/include/message.hpp>
#include <boost/network/message.hpp>
#include <boost/network/message/directives.hpp>
#include <boost/network/message/transformers.hpp>
#include <boost/network/message/wrappers.hpp>

TEST(MessageTransformTest, TransformToUpper) {
using namespace boost::network;
Expand Down

[8]ページ先頭

©2009-2025 Movatter.jp