import * as ayonliJsext from "https://deno.land/x/ayonli_jsext@v0.9.72/http/util.ts";
Utility functions for handling HTTP related tasks, such as parsing headers.
Functions
Gets the cookie by the given | |
Gets the cookies from the | |
Checks if the value from the | |
Checks if the value from the | |
Parses the | |
Parses the | |
Parses the | |
Parses the | |
Parses the | |
Parses the | |
Parses the text message as an HTTP request. | |
Parses the text message as an HTTP response. | |
Parses the | |
Sets a cookie in the | |
Sets the | |
Converts a Cookie object to a string. | |
Converts a list of cookies to a string that can be used in the | |
Converts the request object to text format. | |
Converts the response object to text format. | |
Gets the suggested response type for the request. | |
Performs basic authentication verification for the request. When passed, this
function returns nothing ( |
Interfaces
Represents the HTTP request | |
Represents the HTTP request | |
Represents the HTTP request or response | |
Represents an HTTP Cookie. | |
Represents the HTTP request | |
Represents the user agent information. |