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

Add http.GetStatusDescription #1969

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Commits on May 16, 2023

  1. Added http.HandleCode and a dictionary of HTTP responses

    This function returns the name of the request (e.g., 200 -> "OK") and the description of the request (e.g., 200 -> "The resource has been obtained").
    
    If the request with that value is not found or does not exist, it will return nil.
    vicentefelipechile committed May 16, 2023
    Configuration menu
    Copy the full SHA
    bd14c0e View commit details
    Browse the repository at this point in the history

Commits on May 18, 2023

  1. Changed name of HandleCode to GetStatusDescription

    Suggestion by William
    vicentefelipechile authored May 18, 2023
    Configuration menu
    Copy the full SHA
    d8f2407 View commit details
    Browse the repository at this point in the history