Skip to content
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 our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: implement HTTP HEAD method #86

Merged
merged 2 commits into from Aug 3, 2020
Merged

Conversation

sebastijankuzner
Copy link
Contributor

Summary

This PR solves #83.

New head method is added in http class.

Checklist

  • Tests
  • Ready to be merged

@ghost ghost added Complexity: Low Less than 64 lines changed. Type: Task The issue is a request to setup third-party integrations or any general non-code related tasks. labels Aug 3, 2020
@codecov
Copy link

codecov bot commented Aug 3, 2020

Codecov Report

Merging #86 into master will not change coverage.
The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff            @@
##            master       #86   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files          193       193           
  Lines         1172      1173    +1     
  Branches       137       137           
=========================================
+ Hits          1172      1173    +1     
Impacted Files Coverage Δ
src/http.ts 100.00% <100.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 291be4e...5b3c19f. Read the comment docs.

@faustbrian faustbrian changed the title chore: implement HTTP HEAD method feat: implement HTTP HEAD method Aug 3, 2020
@faustbrian faustbrian merged commit 828736b into master Aug 3, 2020
@faustbrian faustbrian deleted the chore/HEAD-http-method branch August 3, 2020 14:35
@ghost ghost mentioned this pull request Aug 9, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Complexity: Low Less than 64 lines changed. Type: Task The issue is a request to setup third-party integrations or any general non-code related tasks.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants