package hyper
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
On This Page
Web client with HTTP/1, HTTP/2, TLS, and WebSocket support
Install
dune-project
Dependency
Authors
Maintainers
Sources
1.0.0-alpha2.tar.gz
sha256=887c4ea30dd09474f68f7e6a1232ad9244f4826943158c8e0a9322cbf47c83a1
md5=214f88044d1589314ba4d2bb248a9633
doc/hyper/Hyper/index.html
Module HyperSource
Quick use
Types
Helpers
Methods
Status codes
Source
type successful = [ | `OK| `Created| `Accepted| `Non_Authoritative_Information| `No_Content| `Reset_Content| `Partial_Content
]Source
type redirection = [ | `Multiple_Choices| `Moved_Permanently| `Found| `See_Other| `Not_Modified| `Temporary_Redirect| `Permanent_Redirect
]Source
type client_error = [ | `Bad_Request| `Payment_Required| `Forbidden| `Not_Found| `Method_Not_Allowed| `Not_Acceptable| `Proxy_Authentication_Required| `Request_Timeout| `Conflict| `Gone| `Length_Required| `Precondition_Failed| `Payload_Too_Large| `URI_Too_Long| `Unsupported_Media_Type| `Range_Not_Satisfiable| `Expectation_Failed| `Misdirected_Request| `Too_Early| `Upgrade_Required| `Precondition_Required| `Too_Many_Requests| `Request_Header_Fields_Too_Large
]Source
type server_error = [ | `Internal_Server_Error| `Not_Implemented| `Bad_Gateway| `Gateway_Timeout| `HTTP_Version_Not_Supported
]Requests
Responses
Headers
Streams
WebSockets
Source
val send :
?text_or_binary:[< text_or_binary ] ->
?end_of_message:[< end_of_message ] ->
websocket ->
string ->
unit promiseWeb formats
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
On This Page