Skip to content

The little library which helping with http protocol: processing Cookies and other http-headers, establishing a secure connection(SSL), and other useful features.

License

Notifications You must be signed in to change notification settings

LeXgv/HTTP_Helper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

# Library: HTTP_Helper (HH)

This library in development. most of the functions is not available now . Go to the topic #1. Express your opinion about this library and would you suggest a new functionality.:trollface:

Description

This library was created for simple working with HTTP Protocol. You must only determine server and communicate with him. all secondary information ( example: Cookie) will be automatically processed. you do not need to be concerned about encryption. The library does everything for you.

Features

  • HTTP connection to the server
  • Encoding for ssh connection
  • Automatic processing of http header
    • Example: automatic redirection on the server instructions
    • Processing of cookies: the adoption and inclusion in the request
  • Fast Working
  • Simple API
  • Detailed documentation

This library is constantly upgraded. Adding new features

Simple start!

	#include "HTTP_Helper.h"
	#include <string>
	int main()
	{
	std::string answer 
	ServerLink super("https://github.com/");
	answer = super.get();
	}

About

The little library which helping with http protocol: processing Cookies and other http-headers, establishing a secure connection(SSL), and other useful features.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages