Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 506 Bytes

README.md

File metadata and controls

11 lines (7 loc) · 506 Bytes

HTTP Requests

There are structures in this repository that facilitate HTTP types. There are basic structures developed for both the server side and the output side, these simple structures are designed with a focus on performance/speed. (Time compx. O(n))

This repository included

  • HTTP requests for client (Multiple requests)
  • File processes for client (with basic validations)
  • HTTP requests for server (Multiple/single requests)

You can configure it according to your needs. Good lucks... ♥