Skip to content
This repository was archived by the owner on May 25, 2022. It is now read-only.
This repository was archived by the owner on May 25, 2022. It is now read-only.

Write a program to fetch HTTP status code #220

Description

@chavarera

Description

Write a program to fetch HTTP status code

Type of issue

  • Feature (New Script)

Checklist:

  • Function should accept valid HTTP code
  • Return Meaningful information

Example:

#input
input_code = 200

#output
{
 'status':200
 'message': 'Other'
}

Error code list here..
Note : for fun add emojis corresponding to HTTP code
👍 : 200
👎 : 404

etc

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions