Skip to content

Commit

Permalink
feat(*): add readme
Browse files Browse the repository at this point in the history
  • Loading branch information
stepancar committed Jan 15, 2023
1 parent 077d103 commit 1bf02e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# httpless

Define definitions for your http requests once and forget about thinking about http in your code, tests, mocks
The main idea behind "httpless" is to allow developers to make HTTP calls without having to think about the underlying details of the protocol. The library provides a way to define HTTP declarations only once, abstracting away the complexities of making the calls throughout the codebase. This means that developers can focus on their application logic and not have to worry about the specifics of making HTTP requests. The library also provides an easy way to test the application by using nock and Cypress, which allow the developer to mock functions instead of intercepting requests, further reducing the need to think about HTTP in the code. Overall, "httpless" aims to make working with HTTP calls as easy and intuitive as possible, allowing developers to focus on what's important - their application logic.

0 comments on commit 1bf02e1

Please sign in to comment.