CARVIEW |
Select Language
HTTP/2 200
server: nginx
date: Sun, 17 Aug 2025 22:21:15 GMT
content-type: text/html; charset=utf-8
x-archive-orig-server: nginx/0.7.67
x-archive-orig-date: Thu, 14 Oct 2010 14:43:04 GMT
x-archive-orig-connection: close
x-archive-orig-status: 200 OK
x-archive-orig-etag: "1b18a2b19538e5144df8f6c099893ac7"
x-archive-orig-x-runtime: 82ms
x-archive-orig-content-length: 35999
x-archive-orig-cache-control: private, max-age=0, must-revalidate
x-archive-guessed-content-type: text/html
x-archive-guessed-charset: utf-8
memento-datetime: Thu, 14 Oct 2010 14:43:07 GMT
link: ; rel="original", ; rel="timemap"; type="application/link-format", ; rel="timegate", ; rel="first memento"; datetime="Thu, 14 Oct 2010 14:43:07 GMT", ; rel="memento"; datetime="Thu, 14 Oct 2010 14:43:07 GMT", ; rel="next memento"; datetime="Fri, 31 Dec 2010 06:35:15 GMT", ; rel="last memento"; datetime="Sat, 21 Dec 2024 22:48:20 GMT"
content-security-policy: default-src 'self' 'unsafe-eval' 'unsafe-inline' data: blob: archive.org web.archive.org web-static.archive.org wayback-api.archive.org athena.archive.org analytics.archive.org pragma.archivelab.org wwwb-events.archive.org
x-archive-src: 52_18_20101014092355_crawl102_IndexOnly-c/52_18_20101014144306_crawl101.arc.gz
server-timing: captures_list;dur=0.726407, exclusion.robots;dur=0.028105, exclusion.robots.policy;dur=0.010842, esindex;dur=0.013687, cdx.remote;dur=70.966577, LoadShardBlock;dur=436.036568, PetaboxLoader3.datanode;dur=108.991211, PetaboxLoader3.resolve;dur=514.401142, load_resource;dur=327.428909
x-app-server: wwwb-app217
x-ts: 200
x-tr: 918
server-timing: TR;dur=0,Tw;dur=0,Tc;dur=0
set-cookie: wb-p-SERVER=wwwb-app217; path=/
x-location: All
x-rl: 0
x-na: 0
x-page-cache: MISS
server-timing: MISS
x-nid: DigitalOcean
referrer-policy: no-referrer-when-downgrade
permissions-policy: interest-cohort=()
content-encoding: gzip
mikhailberis's cpp-netlib at master - GitHub
- Source
- Commits
- Network (10)
- Issues (2)
- Wiki (2)
- Graphs
-
Branch:
master
click here to add a description
click here to add a homepage
name | age | message | |
---|---|---|---|
![]() |
.gitignore | Mon Dec 14 15:18:52 -0800 2009 | Refactoring to move request/response types into... [mikhailberis] |
![]() |
CMakeLists.txt | Wed May 05 20:45:29 -0700 2010 | Adding MIME library CMakeLists file. [mikhailberis] |
![]() |
Jamroot | Thu May 13 00:18:36 -0700 2010 | Adding MIME library tests to the repository. [mikhailberis] |
![]() |
LICENSE_1_0.txt | Sat May 19 21:33:29 -0700 2007 | Initial import. [mikhail_beris] |
![]() |
RATIONALE.txt | Mon Dec 21 16:50:38 -0800 2009 | Improvements as mentioned on the mailing list, ... [Jeroen Habraken] |
![]() |
README.txt | Thu Dec 17 13:27:19 -0800 2009 | Including warning disable for tests, requires t... [Dean Michael Berris] |
![]() |
boost/ | Wed Sep 22 00:55:49 -0700 2010 | Added concept checks for HTTP request and respo... [glynos] |
![]() |
index.html | Wed Jan 20 12:16:31 -0800 2010 | Minor restructuring of docs; added html docs so... [glynos] |
![]() |
libs/ | Fri Sep 03 04:27:26 -0700 2010 | Re-ordering OpenSSL library linking in preparat... [mikhailberis] |
README.txt
C++ Network Library This is a collection of network related routines/implementations geared towards providing a robust cross-platform networking library. This offers the following implementations: * Common Message Type -- A generic message type which can be used to encapsulate and store message related information, used by all network implementations as the primary means of data exchange. * Network protocol message parsers -- A collection of parsers which generate message objects from strings. * Adapters and Wrappers -- A collection of Adapters and wrappers aimed towards making the message type STL friendly. * Network protocol client and server implementations -- A collection of network protocol implementations that include embeddable client and server types. This library is released under the Boost Software License (please see https://boost.org/LICENSE_1_0.txt or the accompanying LICENSE_1_0.txt file for the full text.
- © 2010 GitHub Inc. All rights reserved.
- Terms of Service
- Privacy
- Security
Keyboard Shortcuts
Site wide shortcuts
- s
- Focus site search
- ?
- Bring up this help dialog
Commit list
- j
- Move selected down
- k
- Move selected up
- t
- Open tree
- p
- Open parent
- c or o or enter
- Open commit
Pull request list
- j
- Move selected down
- k
- Move selected up
- o or enter
- Open issue
Issues
- j
- Move selected down
- k
- Move selected up
- x
- Toggle select target
- o or enter
- Open issue
- I
- Mark selected as read
- U
- Mark selected as unread
- e
- Close selected
- y
- Remove selected from view
- c
- Create issue
- l
- Create label
- i
- Back to inbox
- u
- Back to issues
- /
- Focus issues search
Network Graph
- ← or h
- Scroll left
- → or l
- Scroll right
- ↑ or k
- Scroll up
- ↓ or j
- Scroll down
- t
- Toggle visibility of head labels
- shift ← or shift h
- Scroll all the way left
- shift → or shift l
- Scroll all the way right
- shift ↑ or shift k
- Scroll all the way up
- shift ↓ or shift j
- Scroll all the way down