https://github.com/kiquetal/specs
Specs utilizados y que busco para ver su significado
https://github.com/kiquetal/specs
Last synced: 3 months ago
JSON representation
Specs utilizados y que busco para ver su significado
- Host: GitHub
- URL: https://github.com/kiquetal/specs
- Owner: kiquetal
- Created: 2016-04-17T21:14:27.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-04-18T18:59:42.000Z (over 9 years ago)
- Last Synced: 2025-02-01T07:20:17.196Z (8 months ago)
- Homepage:
- Size: 6.84 KB
- Stars: 2
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Lista de Specs
### HTTP
- RFC 768 (UDP: User Datagram Protocol)
- RFC 791 (IP: Internet Protocol)
- RFC 792 (ICMP: Internet Control Message Protocol)- RFC 793 (TCP: Transmission Control Protocol)
- RFC 822 (Standard for the format of the ARPA Internet text messages)
- RFC 826 (ARP: Adress Resolution Protocol)
- RFC 862 (ECHO: Echo Protocol)
- RFC 864 (CHARGEN: Character Generator Protocol)
- RFC 867 (Daytime Protocol)
- RFC 868 (Time Protocol)
- RFC 951 (BOOTP: Internet Bootstrap Protokol; des Weiteren in 1532 und
1533)- RFC 959 (FTP: File Transfer Protocol)
- RFC 1034 (DNS: Domain Name System; concepts and facilities)
- RFC 1035 (DNS: Domain Name System; implementation and specification)
- RFC 1094 (Network File System, Version 2)
- RFC 1123 (REquirements for Internet Hosts - Application and Support)
- RFC 1661 (Point-to-point protocol)
- RFC 1738 (URL: Uniform Resource Locator)
- RFC 1831 (Remote Procedure Call)
- RFC 1833 (Portmapper, auch RPCBind)
- RFC 1939 (POP-3: Post Office Protocol)
- RFC 1945 (HTTP/1.0)
- RFC 2065 (Domain Name System Security Extensions)
- RFC 2131 (DHCP, Dynamic Host Configuration Protocol)
- RFC 2440 (OpenPGP: Pretty Good Privacy)
- RFC 2616 (HTTP : Hypertext Transfer Protocol)
- RFC 2821 (SMTP: Simple Mail Transfer Protocol)
- RFC 2822 ( E-Mail-Format)
- RFC 2965 (HTTP State Management Mechanism)
- RFC 3174 (SHA: Secure Hash Algorithmus)
### JAVA JSR
* JSF 2.2 http://jcp.org/en/jsr/detail?id=344
* JSP 2.3 http://jcp.org/en/jsr/detail?id=245
* JSTL 1.2 http://jcp.org/en/jsr/detail?id=52
* Servlet 3.1 http://jcp.org/en/jsr/detail?id=340* WebSocket 1.0 http://jcp.org/en/jsr/detail?id=356
* Expression Language 3.0 http://jcp.org/en/jsr/detail?id=341
* EJB Lite 3.2 http://jcp.org/en/jsr/detail?id=345
* JPA 2.1 http://jcp.org/en/jsr/detail?id=338
* JTA 1.2 http://jcp.org/en/jsr/detail?id=907
* Bean Validation 1.1 http://jcp.org/en/jsr/detail?id=349
* Managed Beans 1.0 http://jcp.org/en/jsr/detail?id=316
* Interceptors 1.2 http://jcp.org/en/jsr/detail?id=318
* Contexts and Dependency 1.1 http://jcp.org/en/jsr/detail?id=346
* InjectionDependency Injection for Java 1.0 http://jcp.org/en/jsr/detail?id=330
* Debugging Support for Other 1.0 http://jcp.org/en/jsr/detail?id=45
* JAX-RS 2.0 http://jcp.org/en/jsr/detail?id=339
* JSON-P 1.0 http://jcp.org/en/jsr/detail?id=353
* JDBC 4.0 https://jcp.org/en/jsr/detail?id=221
* Common Annotations for the JAVA https://jcp.org/en/jsr/detail?id=250
* JAX-WS 2.0 https://jcp.org/en/jsr/detail?id=224
* JAXB 2.0 https://jcp.org/en/jsr/detail?id=222
* JavaMail 2.0 https://jcp.org/en/jsr/detail?id=919:
### HTTP Status Code
####1×× Informational
* 100 Continue* 101 Switching Protocols
* 102 Processing
####2×× Success
* 200 OK
* 201 Created
* 202 Accepted
* 203 Non-authoritative Information
* 204 No Content
* 205 Reset Content
* 206 Partial Content
* 207 Multi-Status
* 208 Already Reported
* 226 IM Used
####3×× Redirection
* 300 Multiple Choices
* 301 Moved Permanently
* 302 Found
* 303 See Other
* 304 Not Modified
* 305 Use Proxy
* 307 Temporary Redirect
* 308 Permanent Redirect
####4×× Client Error* 400 Bad Request
* 401 Unauthorized
* 402 Payment Required
* 403 Forbidden
* 404 Not Found
* 405 Method Not Allowed
* 406 Not Acceptable
* 407 Proxy Authentication Required
* 408 Request Timeout
* 409 Conflict
* 410 Gone
* 411 Length Required
* 412 Precondition Failed
* 413 Payload Too Large
* 414 Request-URI Too Long
* 415 Unsupported Media Type
* 416 Requested Range Not Satisfiable
* 417 Expectation Failed
* 418 I'm a teapot
* 421 Misdirected Request
* 422 Unprocessable Entity
* 423 Locked
* 424 Failed Dependency
* 426 Upgrade Required
* 428 Precondition Required
* 429 Too Many Requests
* 431 Request Header Fields Too Large
* 451 Unavailable For Legal Reasons
* 499 Client Closed Request#### 5×× Server Error
* 500 Internal Server Error
* 501 Not Implemented
* 502 Bad Gateway
* 503 Service Unavailable
* 504 Gateway Timeout
* 505 HTTP Version Not Supported
* 506 Variant Also Negotiates
* 507 Insufficient Storage
* 508 Loop Detected
* 510 Not Extended
* 511 Network Authentication Required
* 599 Network Connect Timeout Error